File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -804,12 +804,12 @@ def config(self) -> WorkspaceConfig:
804
804
renamed_group_prefix = f'tmp-{ self .inventory_database } -' ,
805
805
)
806
806
807
- def save_locations (self , make_random ) -> None :
807
+ def save_locations (self ) -> None :
808
808
locations : list [ExternalLocation ] = []
809
809
if self .workspace_client .config .is_azure :
810
- locations = [ExternalLocation (f "abfss://things@labsazurethings.dfs.core.windows.net/a" , 1 )]
810
+ locations = [ExternalLocation ("abfss://things@labsazurethings.dfs.core.windows.net/a" , 1 )]
811
811
if self .workspace_client .config .is_aws :
812
- locations = [ExternalLocation (f "s3://labs-things/a" , 1 )]
812
+ locations = [ExternalLocation ("s3://labs-things/a" , 1 )]
813
813
self .sql_backend .save_table (
814
814
f"{ self .inventory_database } .external_locations" ,
815
815
locations ,
You can’t perform that action at this time.
0 commit comments