vincbeck commented on code in PR #60369:
URL: https://github.com/apache/airflow/pull/60369#discussion_r2760020633
##########
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:
Here you are using `wait_for_termination`, I would rather use
`wait_for_completion` instead for consistency purposes. I think it is
better/easier for users if operators within a same package (here AWS) follow
the same naming convention.
--
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]