This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 98f615961ea Add create XCom endpoint in RestAPI (#46042)
add ca771204346 New Optional dbt Cloud Job Operator Params (#45634)
No new revisions were added by this update.
Summary of changes:
providers/dbt/cloud/docs/operators.rst | 11 +
.../src/airflow/providers/dbt/cloud/hooks/dbt.py | 133 ++++++++++-
.../airflow/providers/dbt/cloud/operators/dbt.py | 28 ++-
.../provider_tests/dbt/cloud/hooks/test_dbt.py | 259 ++++++++++++++++++++-
.../provider_tests/dbt/cloud/operators/test_dbt.py | 99 ++++++++
.../tests/system/dbt/cloud/example_dbt_cloud.py | 11 +
6 files changed, 531 insertions(+), 10 deletions(-)