Skip to content

Commit

Permalink
Display full name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Kyryliuk committed Mar 14, 2017
1 parent 357773c commit a65c459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/models/core.py
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 a65c459

Please sign in to comment.