You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by jo...@apache.org on 2022/09/26 13:50:02 UTC

[airflow] branch main updated (0e79dd0b17 -> 55d8bc0bba)

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

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


    from 0e79dd0b17 Simplify RTIF.delete_old_records() (#26667)
     add 55d8bc0bba Add `DbtCloudListJobsOperator` (#26475)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/dbt/cloud/hooks/dbt.py           |  2 +-
 airflow/providers/dbt/cloud/operators/dbt.py       | 51 ++++++++++++++++++++++
 .../operators.rst                                  | 21 +++++++++
 .../dbt/cloud/operators/test_dbt_cloud.py          | 25 +++++++++++
 .../providers/dbt/cloud/example_dbt_cloud.py       |  7 ++-
 5 files changed, 104 insertions(+), 2 deletions(-)