@@ -81,7 +81,7 @@ def execute(self, context: Dict):
8181 delegate_to = self .delegate_to ,
8282 api_version = self .api_version ,
8383 )
84- self .log .info ("Restarting Data Fusion instace : %s" , self .instance_name )
84+ self .log .info ("Restarting Data Fusion instance : %s" , self .instance_name )
8585 operation = hook .restart_instance (
8686 instance_name = self .instance_name ,
8787 location = self .location ,
@@ -142,7 +142,7 @@ def execute(self, context: Dict):
142142 delegate_to = self .delegate_to ,
143143 api_version = self .api_version ,
144144 )
145- self .log .info ("Deleting Data Fusion instace : %s" , self .instance_name )
145+ self .log .info ("Deleting Data Fusion instance : %s" , self .instance_name )
146146 operation = hook .delete_instance (
147147 instance_name = self .instance_name ,
148148 location = self .location ,
@@ -208,7 +208,7 @@ def execute(self, context: Dict):
208208 delegate_to = self .delegate_to ,
209209 api_version = self .api_version ,
210210 )
211- self .log .info ("Creating Data Fusion instace : %s" , self .instance_name )
211+ self .log .info ("Creating Data Fusion instance : %s" , self .instance_name )
212212 try :
213213 operation = hook .create_instance (
214214 instance_name = self .instance_name ,
@@ -301,7 +301,7 @@ def execute(self, context: Dict):
301301 delegate_to = self .delegate_to ,
302302 api_version = self .api_version ,
303303 )
304- self .log .info ("Updating Data Fusion instace : %s" , self .instance_name )
304+ self .log .info ("Updating Data Fusion instance : %s" , self .instance_name )
305305 operation = hook .patch_instance (
306306 instance_name = self .instance_name ,
307307 instance = self .instance ,
0 commit comments