Ohashiro commented on code in PR #44696:
URL: https://github.com/apache/airflow/pull/44696#discussion_r1886435949


##########
providers/src/airflow/providers/microsoft/azure/operators/powerbi.py:
##########
@@ -126,7 +124,11 @@ def execute_complete(self, context: Context, event: 
dict[str, str]) -> Any:
         Relies on trigger to throw an exception, otherwise it assumes 
execution was successful.
         """
         if event:
-            if event["status"] == "error":
+            if (
+                event["status"] == "error"

Review Comment:
   Hi @potiuk,
   
   I hope you're doing well. Could you please take a moment to give me your 
thoughts on this point (when you have some time)?
   
   Thank a lot!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to