feat: Adds MetadataBar to Drill to Detail modal (#21343)

This commit is contained in:
Michael S. Molina
2022-09-08 08:49:03 -03:00
committed by GitHub
parent 0601b2db99
commit 8ebf4ed3ff
9 changed files with 427 additions and 202 deletions

View File

@@ -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",