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:
804804 renamed_group_prefix = f'tmp-{ self .inventory_database } -' ,
805805 )
806806
807- def save_locations (self , make_random ) -> None :
807+ def save_locations (self ) -> None :
808808 locations : list [ExternalLocation ] = []
809809 if self .workspace_client .config .is_azure :
810- locations = [
ExternalLocation (
f "abfss://[email protected] /a",
1 )]
810+ locations = [
ExternalLocation (
"abfss://[email protected] /a" ,
1 )]
811811 if self .workspace_client .config .is_aws :
812- locations = [ExternalLocation (f "s3://labs-things/a" , 1 )]
812+ locations = [ExternalLocation ("s3://labs-things/a" , 1 )]
813813 self .sql_backend .save_table (
814814 f"{ self .inventory_database } .external_locations" ,
815815 locations ,
You can’t perform that action at this time.
0 commit comments