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


##########
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:
   It does seem like it is the same semantics. so yeah it should be comeing 
from the same list of possible status values.



-- 
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