mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
feat: Adds MetadataBar to Drill to Detail modal (#21343)
This commit is contained in:
committed by
GitHub
parent
0601b2db99
commit
8ebf4ed3ff
@@ -178,6 +178,12 @@ class DatasetRestApi(BaseSupersetModelRestApi):
|
||||
"url",
|
||||
"extra",
|
||||
"kind",
|
||||
"created_on",
|
||||
"created_by.first_name",
|
||||
"created_by.last_name",
|
||||
"changed_on",
|
||||
"changed_by.first_name",
|
||||
"changed_by.last_name",
|
||||
]
|
||||
show_columns = show_select_columns + [
|
||||
"columns.type_generic",
|
||||
|
||||
Reference in New Issue
Block a user