mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Display full name. (#2378)
This commit is contained in:
@@ -308,7 +308,7 @@ class Dashboard(Model, AuditMixinNullable, ImportMixin):
|
||||
@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):
|
||||
|
||||
Reference in New Issue
Block a user