mirror of
https://github.com/apache/superset.git
synced 2026-05-12 11:25:56 +00:00
fix: permission checks on import (#23200)
This commit is contained in:
committed by
Elizabeth Thompson
parent
831978f0f7
commit
cfc2ca672e
@@ -92,7 +92,9 @@ def load_configs_from_directory(
|
||||
contents[METADATA_FILE_NAME] = yaml.dump(metadata)
|
||||
|
||||
command = ImportExamplesCommand(
|
||||
contents, overwrite=overwrite, force_data=force_data
|
||||
contents,
|
||||
overwrite=overwrite,
|
||||
force_data=force_data,
|
||||
)
|
||||
try:
|
||||
command.run()
|
||||
|
||||
Reference in New Issue
Block a user