potiuk commented on code in PR #44696:
URL: https://github.com/apache/airflow/pull/44696#discussion_r1890451069
##########
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:
I personally do not know PowerBI too much to be able to reason about the
cholces but maybe @ambika-garg might help to hash out the best approach :) ?
--
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]