Commit 735552e 1 parent fdbc40d commit 735552e Copy full SHA for 735552e
File tree 2 files changed +3
-0
lines changed
superset/commands/dataset/importers/v1
superset-frontend/src/components/DatabaseSelector
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -392,6 +392,7 @@ export default function DatabaseSelector({
392
392
options = { catalogOptions }
393
393
showSearch
394
394
value = { currentCatalog || undefined }
395
+ allowClear
395
396
/> ,
396
397
refreshIcon ,
397
398
) ;
@@ -418,6 +419,7 @@ export default function DatabaseSelector({
418
419
options = { schemaOptions }
419
420
showSearch
420
421
value = { currentSchema }
422
+ allowClear
421
423
/> ,
422
424
refreshIcon ,
423
425
) ;
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ def validate_data_uri(data_uri: str) -> None:
102
102
raise DatasetForbiddenDataURI ()
103
103
104
104
105
+ # pylint: disable=too-many-branches
105
106
def import_dataset (
106
107
config : dict [str , Any ],
107
108
overwrite : bool = False ,
You can’t perform that action at this time.
0 commit comments