You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by el...@apache.org on 2022/04/29 16:03:30 UTC

[airflow] branch main updated (3f9845095e -> 9132baf192)

This is an automated email from the ASF dual-hosted git repository.

eladkal pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 3f9845095e Remove redundant docstring in `BigQueryUpdateTableSchemaOperator` (#23349)
     add 9132baf192 Organize Tableau classes (#23353)

No new revisions were added by this update.

Summary of changes:
 .../salesforce/sensors/tableau_job_status.py       |  2 +-
 .../tableau/example_dags/example_tableau.py        |  2 +-
 .../example_tableau_refresh_workbook.py            |  2 +-
 airflow/providers/tableau/provider.yaml            |  1 +
 .../sensors/{tableau_job_status.py => tableau.py}  |  0
 .../tableau/sensors/tableau_job_status.py          | 60 +++-------------------
 dev/provider_packages/prepare_provider_packages.py |  1 +
 ...{test_tableau_job_status.py => test_tableau.py} |  6 +--
 8 files changed, 16 insertions(+), 58 deletions(-)
 copy airflow/providers/tableau/sensors/{tableau_job_status.py => tableau.py} (100%)
 rename tests/providers/tableau/sensors/{test_tableau_job_status.py => test_tableau.py} (91%)