mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat: add certifiedby & certification details fields to the edit dataset columns fields (#16454)
* add migration * add backend and frontend for certified * update migration with batch * fix integration test and update Updating.md * Update superset-frontend/src/datasource/DatasourceEditor.jsx Co-authored-by: Geido <60598000+geido@users.noreply.github.com> * Update superset-frontend/src/datasource/DatasourceEditor.jsx Co-authored-by: Geido <60598000+geido@users.noreply.github.com> * Update superset-frontend/src/datasource/DatasourceEditor.jsx Co-authored-by: Geido <60598000+geido@users.noreply.github.com> * change method name * add tooltip info * add mixin * merge heads * address comments * fix select label styles * add extra field * fix test? * add extra field to put schema Co-authored-by: Geido <60598000+geido@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
63aadd3fe4
commit
a198dbb19b
@@ -92,6 +92,7 @@ class TestExportDatasetsCommand(SupersetTestCase):
|
||||
"python_date_format": None,
|
||||
"type": type_map["source"],
|
||||
"verbose_name": None,
|
||||
"extra": None,
|
||||
},
|
||||
{
|
||||
"column_name": "target",
|
||||
@@ -104,6 +105,7 @@ class TestExportDatasetsCommand(SupersetTestCase):
|
||||
"python_date_format": None,
|
||||
"type": type_map["target"],
|
||||
"verbose_name": None,
|
||||
"extra": None,
|
||||
},
|
||||
{
|
||||
"column_name": "value",
|
||||
@@ -116,6 +118,7 @@ class TestExportDatasetsCommand(SupersetTestCase):
|
||||
"python_date_format": None,
|
||||
"type": type_map["value"],
|
||||
"verbose_name": None,
|
||||
"extra": None,
|
||||
},
|
||||
],
|
||||
"database_uuid": str(example_db.uuid),
|
||||
|
||||
Reference in New Issue
Block a user