Skip to content

Commit

Permalink
Display full name. (#2378)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkyryliuk committed Mar 14, 2017
1 parent 357773c commit 5b19528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/models/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def __repr__(self):
@property
def table_names(self):
return ", ".join(
{"{}".format(s.datasource.name) for s in self.slices})
{"{}".format(s.datasource.full_name) for s in self.slices})

@property
def url(self):
Expand Down

0 comments on commit 5b19528

Please sign in to comment.