vincbeck commented on code in PR #60369:
URL: https://github.com/apache/airflow/pull/60369#discussion_r2759608445
##########
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:
We usually use `wait_for_completion` in the AWS provider package. Can you
please use it as well for consistency purposes?
--
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]