dominikhei commented on code in PR #67340:
URL: https://github.com/apache/airflow/pull/67340#discussion_r3291431404
##########
providers/tableau/src/airflow/providers/tableau/operators/tableau.py:
##########
@@ -92,6 +95,7 @@ def __init__(
self.check_interval = check_interval
self.site_id = site_id
self.blocking_refresh = blocking_refresh
+ self.incremental_refresh = incremental_refresh
self.tableau_conn_id = tableau_conn_id
Review Comment:
Maybe it makes sense to log something in case `incremental_refresh` is set
and the method is `!= refresh` to inform the user that it can only be used with
the refresh operation.
--
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]