seunggabi commented on issue #29424:
URL: https://github.com/apache/airflow/issues/29424#issuecomment-1424351012

   Thanks @eladkal .
   I tested a minute ago.
   
   > https://github.com/apache/airflow/pull/29360: @seunggabi
   > https://pypi.org/project/apache-airflow-providers-tableau/4.1.0rc1/
   
   It was works.
   ```
   from airflow.providers.tableau.operators.tableau import TableauOperator
   
   ...
   
   task_refresh_workbook_blocking = TableauOperator(
       resource="workbooks",
       method="refresh",
       match_with="{{ params.match_with }}",
       find="{{ params.find }}",
       blocking_refresh=True,
       task_id="refresh_tableau_workbook_blocking",
       dag=dag,
   )
   ```
   
   <img width="548" alt="스크린샷 2023-02-10 오전 12 11 31" 
src="https://user-images.githubusercontent.com/8468371/217852501-b9cc32e1-f3b0-448a-878b-1ed53c3fb4d7.png";>
   


-- 
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]

Reply via email to