shreyas-dev commented on code in PR #60369:
URL: https://github.com/apache/airflow/pull/60369#discussion_r2759983142
##########
providers/microsoft/azure/src/airflow/providers/microsoft/azure/operators/powerbi.py:
##########
@@ -86,13 +89,19 @@ def __init__(
api_version: APIVersion | str | None = None,
check_interval: int = 60,
request_body: dict[str, Any] | None = None,
+ wait_for_termination: bool = True,
Review Comment:
Hey @vincbeck , I can see `wait_for_completion` being used in multiple aws
operators, Can you please elaborate a little as to what has to be done?
--
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]