mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: add folders to import schema (#33142)
This commit is contained in:
committed by
GitHub
parent
0e18246999
commit
26ff734ef9
@@ -296,6 +296,7 @@ class ImportV1DatasetSchema(Schema):
|
||||
external_url = fields.String(allow_none=True)
|
||||
normalize_columns = fields.Boolean(load_default=False)
|
||||
always_filter_main_dttm = fields.Boolean(load_default=False)
|
||||
folders = fields.List(fields.Nested(FolderSchema), required=False, allow_none=True)
|
||||
|
||||
|
||||
class GetOrCreateDatasetSchema(Schema):
|
||||
|
||||
Reference in New Issue
Block a user