apache-airflow-providers-dbt-cloud 4.4.2rc1__tar.gz → 4.4.3rc1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of apache-airflow-providers-dbt-cloud might be problematic. Click here for more details.
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/PKG-INFO +7 -8
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/README.rst +4 -5
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/docs/changelog.rst +23 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/docs/index.rst +5 -7
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/docs/operators.rst +2 -2
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/provider.yaml +2 -1
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/pyproject.toml +4 -4
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/src/airflow/providers/dbt/cloud/__init__.py +1 -1
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/src/airflow/providers/dbt/cloud/operators/dbt.py +4 -2
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/docs/.latest-doc-only-change.txt +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/docs/commits.rst +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/docs/conf.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/docs/connections.rst +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/docs/installing-providers-from-sources.rst +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/docs/integration-logos/dbt.png +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/docs/security.rst +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/src/airflow/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/src/airflow/providers/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/src/airflow/providers/dbt/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/src/airflow/providers/dbt/cloud/LICENSE +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/src/airflow/providers/dbt/cloud/get_provider_info.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/src/airflow/providers/dbt/cloud/hooks/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/src/airflow/providers/dbt/cloud/hooks/dbt.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/src/airflow/providers/dbt/cloud/operators/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/src/airflow/providers/dbt/cloud/sensors/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/src/airflow/providers/dbt/cloud/sensors/dbt.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/src/airflow/providers/dbt/cloud/triggers/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/src/airflow/providers/dbt/cloud/triggers/dbt.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/src/airflow/providers/dbt/cloud/utils/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/src/airflow/providers/dbt/cloud/utils/openlineage.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/src/airflow/providers/dbt/cloud/version_compat.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/tests/conftest.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/tests/system/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/tests/system/dbt/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/tests/system/dbt/cloud/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/tests/system/dbt/cloud/example_dbt_cloud.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/tests/unit/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/tests/unit/dbt/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/tests/unit/dbt/cloud/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/tests/unit/dbt/cloud/hooks/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/tests/unit/dbt/cloud/hooks/test_dbt.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/tests/unit/dbt/cloud/operators/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/tests/unit/dbt/cloud/operators/test_dbt.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/tests/unit/dbt/cloud/sensors/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/tests/unit/dbt/cloud/sensors/test_dbt.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/tests/unit/dbt/cloud/test_data/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/tests/unit/dbt/cloud/test_data/catalog.json +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/tests/unit/dbt/cloud/test_data/job_run.json +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/tests/unit/dbt/cloud/test_data/manifest.json +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/tests/unit/dbt/cloud/test_data/run_results.json +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/tests/unit/dbt/cloud/triggers/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/tests/unit/dbt/cloud/triggers/test_dbt.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/tests/unit/dbt/cloud/utils/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/tests/unit/dbt/cloud/utils/test_openlineage.py +0 -0
{apache_airflow_providers_dbt_cloud-4.4.2rc1 → apache_airflow_providers_dbt_cloud-4.4.3rc1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-airflow-providers-dbt-cloud
|
|
3
|
-
Version: 4.4.
|
|
3
|
+
Version: 4.4.3rc1
|
|
4
4
|
Summary: Provider package apache-airflow-providers-dbt-cloud for Apache Airflow
|
|
5
5
|
Keywords: airflow-provider,dbt.cloud,airflow,integration
|
|
6
6
|
Author-email: Apache Software Foundation <dev@airflow.apache.org>
|
|
@@ -27,8 +27,8 @@ Requires-Dist: asgiref>=2.3.0
|
|
|
27
27
|
Requires-Dist: aiohttp>=3.9.2
|
|
28
28
|
Requires-Dist: apache-airflow-providers-openlineage>=2.3.0rc1 ; extra == "openlineage"
|
|
29
29
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
30
|
-
Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-dbt-cloud/4.4.
|
|
31
|
-
Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-dbt-cloud/4.4.
|
|
30
|
+
Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-dbt-cloud/4.4.3/changelog.html
|
|
31
|
+
Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-dbt-cloud/4.4.3
|
|
32
32
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
|
33
33
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
34
34
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
@@ -60,9 +60,8 @@ Provides-Extra: openlineage
|
|
|
60
60
|
|
|
61
61
|
Package ``apache-airflow-providers-dbt-cloud``
|
|
62
62
|
|
|
63
|
-
Release: ``4.4.
|
|
63
|
+
Release: ``4.4.3``
|
|
64
64
|
|
|
65
|
-
Release Date: ``|PypiReleaseDate|``
|
|
66
65
|
|
|
67
66
|
`dbt Cloud <https://www.getdbt.com/product/dbt-cloud/>`__
|
|
68
67
|
|
|
@@ -74,12 +73,12 @@ This is a provider package for ``dbt.cloud`` provider. All classes for this prov
|
|
|
74
73
|
are in ``airflow.providers.dbt.cloud`` python package.
|
|
75
74
|
|
|
76
75
|
You can find package information and changelog for the provider
|
|
77
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.4.
|
|
76
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.4.3/>`_.
|
|
78
77
|
|
|
79
78
|
Installation
|
|
80
79
|
------------
|
|
81
80
|
|
|
82
|
-
You can install this package on top of an existing Airflow
|
|
81
|
+
You can install this package on top of an existing Airflow installation (see ``Requirements`` below
|
|
83
82
|
for the minimum Airflow version supported) via
|
|
84
83
|
``pip install apache-airflow-providers-dbt-cloud``
|
|
85
84
|
|
|
@@ -120,5 +119,5 @@ Dependent package
|
|
|
120
119
|
================================================================================================================== =================
|
|
121
120
|
|
|
122
121
|
The changelog for the provider package can be found in the
|
|
123
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.4.
|
|
122
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.4.3/changelog.html>`_.
|
|
124
123
|
|
|
@@ -23,9 +23,8 @@
|
|
|
23
23
|
|
|
24
24
|
Package ``apache-airflow-providers-dbt-cloud``
|
|
25
25
|
|
|
26
|
-
Release: ``4.4.
|
|
26
|
+
Release: ``4.4.3``
|
|
27
27
|
|
|
28
|
-
Release Date: ``|PypiReleaseDate|``
|
|
29
28
|
|
|
30
29
|
`dbt Cloud <https://www.getdbt.com/product/dbt-cloud/>`__
|
|
31
30
|
|
|
@@ -37,12 +36,12 @@ This is a provider package for ``dbt.cloud`` provider. All classes for this prov
|
|
|
37
36
|
are in ``airflow.providers.dbt.cloud`` python package.
|
|
38
37
|
|
|
39
38
|
You can find package information and changelog for the provider
|
|
40
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.4.
|
|
39
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.4.3/>`_.
|
|
41
40
|
|
|
42
41
|
Installation
|
|
43
42
|
------------
|
|
44
43
|
|
|
45
|
-
You can install this package on top of an existing Airflow
|
|
44
|
+
You can install this package on top of an existing Airflow installation (see ``Requirements`` below
|
|
46
45
|
for the minimum Airflow version supported) via
|
|
47
46
|
``pip install apache-airflow-providers-dbt-cloud``
|
|
48
47
|
|
|
@@ -83,4 +82,4 @@ Dependent package
|
|
|
83
82
|
================================================================================================================== =================
|
|
84
83
|
|
|
85
84
|
The changelog for the provider package can be found in the
|
|
86
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.4.
|
|
85
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.4.3/changelog.html>`_.
|
|
@@ -28,6 +28,29 @@
|
|
|
28
28
|
Changelog
|
|
29
29
|
---------
|
|
30
30
|
|
|
31
|
+
4.4.3
|
|
32
|
+
.....
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
Release Date: ``|PypiReleaseDate|``
|
|
36
|
+
|
|
37
|
+
Bug Fixes
|
|
38
|
+
~~~~~~~~~
|
|
39
|
+
|
|
40
|
+
* ``Change operator DbtCloudRunJobOperator to send job_run_id to XCom (#55184)``
|
|
41
|
+
|
|
42
|
+
Doc-only
|
|
43
|
+
~~~~~~~~
|
|
44
|
+
|
|
45
|
+
* ``Make term Dag consistent in providers docs (#55101)``
|
|
46
|
+
|
|
47
|
+
.. Below changes are excluded from the changelog. Move them to
|
|
48
|
+
appropriate section above if needed. Do not delete the lines(!):
|
|
49
|
+
* ``Switch pre-commit to prek (#54258)``
|
|
50
|
+
|
|
51
|
+
.. Review and move the new changes to one of the sections above:
|
|
52
|
+
* ``Fix Airflow 2 reference in README/index of providers (#55240)``
|
|
53
|
+
|
|
31
54
|
4.4.2
|
|
32
55
|
.....
|
|
33
56
|
|
|
@@ -60,7 +60,7 @@ an Integrated Developer Environment (IDE).
|
|
|
60
60
|
:maxdepth: 1
|
|
61
61
|
:caption: Resources
|
|
62
62
|
|
|
63
|
-
Example
|
|
63
|
+
Example Dags <https://github.com/apache/airflow/tree/providers-dbt-cloud/|version|/providers/dbt/tests/system/dbt/cloud/example_dbt_cloud.py>
|
|
64
64
|
PyPI Repository <https://pypi.org/project/apache-airflow-providers-dbt-cloud/>
|
|
65
65
|
Installing from sources <installing-providers-from-sources>
|
|
66
66
|
|
|
@@ -81,9 +81,7 @@ apache-airflow-providers-dbt-cloud package
|
|
|
81
81
|
`dbt Cloud <https://www.getdbt.com/product/dbt-cloud/>`__
|
|
82
82
|
|
|
83
83
|
|
|
84
|
-
Release: 4.4.
|
|
85
|
-
|
|
86
|
-
Release Date: ``|PypiReleaseDate|``
|
|
84
|
+
Release: 4.4.3
|
|
87
85
|
|
|
88
86
|
Provider package
|
|
89
87
|
----------------
|
|
@@ -94,7 +92,7 @@ All classes for this package are included in the ``airflow.providers.dbt.cloud``
|
|
|
94
92
|
Installation
|
|
95
93
|
------------
|
|
96
94
|
|
|
97
|
-
You can install this package on top of an existing Airflow
|
|
95
|
+
You can install this package on top of an existing Airflow installation via
|
|
98
96
|
``pip install apache-airflow-providers-dbt-cloud``.
|
|
99
97
|
For the minimum Airflow version supported, see ``Requirements`` below.
|
|
100
98
|
|
|
@@ -140,5 +138,5 @@ Downloading official packages
|
|
|
140
138
|
You can download officially released packages and verify their checksums and signatures from the
|
|
141
139
|
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
|
|
142
140
|
|
|
143
|
-
* `The apache-airflow-providers-dbt-cloud 4.4.
|
|
144
|
-
* `The apache-airflow-providers-dbt-cloud 4.4.
|
|
141
|
+
* `The apache-airflow-providers-dbt-cloud 4.4.3 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-4.4.3.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-4.4.3.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-4.4.3.tar.gz.sha512>`__)
|
|
142
|
+
* `The apache-airflow-providers-dbt-cloud 4.4.3 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-4.4.3-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-4.4.3-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-4.4.3-py3-none-any.whl.sha512>`__)
|
|
@@ -65,7 +65,7 @@ configurations or overrides for the job run such as ``threads_override``, ``gene
|
|
|
65
65
|
|
|
66
66
|
The below examples demonstrate how to instantiate DbtCloudRunJobOperator tasks with both synchronous and
|
|
67
67
|
asynchronous waiting for run termination, respectively. To note, the ``account_id`` for the operators is
|
|
68
|
-
referenced within the ``default_args`` of the example
|
|
68
|
+
referenced within the ``default_args`` of the example Dag.
|
|
69
69
|
|
|
70
70
|
.. exampleinclude:: /../tests/system/dbt/cloud/example_dbt_cloud.py
|
|
71
71
|
:language: python
|
|
@@ -104,7 +104,7 @@ functionality available with the :class:`~airflow.sensors.base.BaseSensorOperato
|
|
|
104
104
|
|
|
105
105
|
In the example below, the ``run_id`` value in the example below comes from the output of a previous
|
|
106
106
|
DbtCloudRunJobOperator task by utilizing the ``.output`` property exposed for all operators. Also, to note,
|
|
107
|
-
the ``account_id`` for the task is referenced within the ``default_args`` of the example
|
|
107
|
+
the ``account_id`` for the task is referenced within the ``default_args`` of the example Dag.
|
|
108
108
|
|
|
109
109
|
.. exampleinclude:: /../tests/system/dbt/cloud/example_dbt_cloud.py
|
|
110
110
|
:language: python
|
|
@@ -22,12 +22,13 @@ description: |
|
|
|
22
22
|
`dbt Cloud <https://www.getdbt.com/product/dbt-cloud/>`__
|
|
23
23
|
|
|
24
24
|
state: ready
|
|
25
|
-
source-date-epoch:
|
|
25
|
+
source-date-epoch: 1756876793
|
|
26
26
|
# Note that those versions are maintained by release manager - do not update them manually
|
|
27
27
|
# with the exception of case where other provider in sources has >= new provider version.
|
|
28
28
|
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
|
|
29
29
|
# to be done in the same PR
|
|
30
30
|
versions:
|
|
31
|
+
- 4.4.3
|
|
31
32
|
- 4.4.2
|
|
32
33
|
- 4.4.1
|
|
33
34
|
- 4.4.0
|
|
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
|
|
|
25
25
|
|
|
26
26
|
[project]
|
|
27
27
|
name = "apache-airflow-providers-dbt-cloud"
|
|
28
|
-
version = "4.4.
|
|
28
|
+
version = "4.4.3rc1"
|
|
29
29
|
description = "Provider package apache-airflow-providers-dbt-cloud for Apache Airflow"
|
|
30
30
|
readme = "README.rst"
|
|
31
31
|
authors = [
|
|
@@ -54,7 +54,7 @@ requires-python = ">=3.10"
|
|
|
54
54
|
|
|
55
55
|
# The dependencies should be modified in place in the generated file.
|
|
56
56
|
# Any change in the dependencies is preserved when the file is regenerated
|
|
57
|
-
# Make sure to run ``
|
|
57
|
+
# Make sure to run ``prek update-providers-dependencies --all-files``
|
|
58
58
|
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
|
|
59
59
|
dependencies = [
|
|
60
60
|
"apache-airflow>=2.10.0rc1",
|
|
@@ -109,8 +109,8 @@ apache-airflow-providers-common-sql = {workspace = true}
|
|
|
109
109
|
apache-airflow-providers-standard = {workspace = true}
|
|
110
110
|
|
|
111
111
|
[project.urls]
|
|
112
|
-
"Documentation" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-dbt-cloud/4.4.
|
|
113
|
-
"Changelog" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-dbt-cloud/4.4.
|
|
112
|
+
"Documentation" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-dbt-cloud/4.4.3"
|
|
113
|
+
"Changelog" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-dbt-cloud/4.4.3/changelog.html"
|
|
114
114
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
|
115
115
|
"Source Code" = "https://github.com/apache/airflow"
|
|
116
116
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
|
29
29
|
|
|
30
30
|
__all__ = ["__version__"]
|
|
31
31
|
|
|
32
|
-
__version__ = "4.4.
|
|
32
|
+
__version__ = "4.4.3"
|
|
33
33
|
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
35
35
|
"2.10.0"
|
|
@@ -192,9 +192,11 @@ class DbtCloudRunJobOperator(BaseOperator):
|
|
|
192
192
|
self.run_id = trigger_job_response.json()["data"]["id"]
|
|
193
193
|
job_run_url = trigger_job_response.json()["data"]["href"]
|
|
194
194
|
|
|
195
|
-
# Push the ``job_run_url`` value to XCom regardless of what happens during execution
|
|
196
|
-
#
|
|
195
|
+
# Push the ``job_run_url`` and ``job_run_id`` value to XCom regardless of what happens during execution.
|
|
196
|
+
# This enables job monitoring via the operator link and provides direct access
|
|
197
|
+
# to the job run ID without requiring users to parse the URL manually
|
|
197
198
|
context["ti"].xcom_push(key="job_run_url", value=job_run_url)
|
|
199
|
+
context["ti"].xcom_push(key="job_run_id", value=self.run_id)
|
|
198
200
|
|
|
199
201
|
if self.wait_for_termination and isinstance(self.run_id, int):
|
|
200
202
|
if self.deferrable is False:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|