Subham-KRLX commented on code in PR #67340:
URL: https://github.com/apache/airflow/pull/67340#discussion_r3292026553
##########
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:
Good suggestion I added a warning when incremental_refresh is True with
non-refresh methods and a test to verify it
--
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]