apache-airflow-providers-dbt-cloud 4.4.1__tar.gz → 4.4.2rc1__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.
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/PKG-INFO +13 -11
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/README.rst +5 -4
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/docs/changelog.rst +16 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/docs/index.rst +5 -3
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/provider.yaml +2 -1
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/pyproject.toml +8 -7
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/src/airflow/__init__.py +1 -1
- {apache_airflow_providers_dbt_cloud-4.4.1/tests/system → apache_airflow_providers_dbt_cloud-4.4.2rc1/src/airflow/providers}/__init__.py +1 -1
- {apache_airflow_providers_dbt_cloud-4.4.1/src/airflow/providers → apache_airflow_providers_dbt_cloud-4.4.2rc1/src/airflow/providers/dbt}/__init__.py +1 -1
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/src/airflow/providers/dbt/cloud/__init__.py +1 -1
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/src/airflow/providers/dbt/cloud/utils/openlineage.py +1 -1
- {apache_airflow_providers_dbt_cloud-4.4.1/src/airflow/providers/dbt → apache_airflow_providers_dbt_cloud-4.4.2rc1/tests/system}/__init__.py +1 -1
- apache_airflow_providers_dbt_cloud-4.4.2rc1/tests/system/dbt/__init__.py +17 -0
- apache_airflow_providers_dbt_cloud-4.4.2rc1/tests/unit/__init__.py +17 -0
- apache_airflow_providers_dbt_cloud-4.4.2rc1/tests/unit/dbt/__init__.py +17 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/tests/unit/dbt/cloud/hooks/test_dbt.py +1 -1
- apache_airflow_providers_dbt_cloud-4.4.1/tests/system/dbt/__init__.py +0 -17
- apache_airflow_providers_dbt_cloud-4.4.1/tests/unit/__init__.py +0 -17
- apache_airflow_providers_dbt_cloud-4.4.1/tests/unit/dbt/__init__.py +0 -17
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/docs/.latest-doc-only-change.txt +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/docs/commits.rst +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/docs/conf.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/docs/connections.rst +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/docs/installing-providers-from-sources.rst +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/docs/integration-logos/dbt.png +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/docs/operators.rst +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/docs/security.rst +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/src/airflow/providers/dbt/cloud/LICENSE +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/src/airflow/providers/dbt/cloud/get_provider_info.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/src/airflow/providers/dbt/cloud/hooks/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/src/airflow/providers/dbt/cloud/hooks/dbt.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/src/airflow/providers/dbt/cloud/operators/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/src/airflow/providers/dbt/cloud/operators/dbt.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/src/airflow/providers/dbt/cloud/sensors/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/src/airflow/providers/dbt/cloud/sensors/dbt.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/src/airflow/providers/dbt/cloud/triggers/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/src/airflow/providers/dbt/cloud/triggers/dbt.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/src/airflow/providers/dbt/cloud/utils/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/src/airflow/providers/dbt/cloud/version_compat.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/tests/conftest.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/tests/system/dbt/cloud/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/tests/system/dbt/cloud/example_dbt_cloud.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/tests/unit/dbt/cloud/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/tests/unit/dbt/cloud/hooks/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/tests/unit/dbt/cloud/operators/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/tests/unit/dbt/cloud/operators/test_dbt.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/tests/unit/dbt/cloud/sensors/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/tests/unit/dbt/cloud/sensors/test_dbt.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/tests/unit/dbt/cloud/test_data/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/tests/unit/dbt/cloud/test_data/catalog.json +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/tests/unit/dbt/cloud/test_data/job_run.json +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/tests/unit/dbt/cloud/test_data/manifest.json +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/tests/unit/dbt/cloud/test_data/run_results.json +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/tests/unit/dbt/cloud/triggers/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/tests/unit/dbt/cloud/triggers/test_dbt.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/tests/unit/dbt/cloud/utils/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/tests/unit/dbt/cloud/utils/test_openlineage.py +0 -0
{apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/PKG-INFO
RENAMED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-airflow-providers-dbt-cloud
|
|
3
|
-
Version: 4.4.
|
|
3
|
+
Version: 4.4.2rc1
|
|
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>
|
|
7
7
|
Maintainer-email: Apache Software Foundation <dev@airflow.apache.org>
|
|
8
|
-
Requires-Python:
|
|
8
|
+
Requires-Python: >=3.10
|
|
9
9
|
Description-Content-Type: text/x-rst
|
|
10
10
|
Classifier: Development Status :: 5 - Production/Stable
|
|
11
11
|
Classifier: Environment :: Console
|
|
@@ -18,16 +18,17 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.10
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.11
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.12
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
21
22
|
Classifier: Topic :: System :: Monitoring
|
|
22
|
-
Requires-Dist: apache-airflow>=2.10.
|
|
23
|
-
Requires-Dist: apache-airflow-providers-common-compat>=1.6.
|
|
23
|
+
Requires-Dist: apache-airflow>=2.10.0rc1
|
|
24
|
+
Requires-Dist: apache-airflow-providers-common-compat>=1.6.0rc1
|
|
24
25
|
Requires-Dist: apache-airflow-providers-http
|
|
25
26
|
Requires-Dist: asgiref>=2.3.0
|
|
26
27
|
Requires-Dist: aiohttp>=3.9.2
|
|
27
|
-
Requires-Dist: apache-airflow-providers-openlineage>=2.3.
|
|
28
|
+
Requires-Dist: apache-airflow-providers-openlineage>=2.3.0rc1 ; extra == "openlineage"
|
|
28
29
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
29
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.4.
|
|
30
|
-
Project-URL: Documentation, https://airflow.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.2/changelog.html
|
|
31
|
+
Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-dbt-cloud/4.4.2
|
|
31
32
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
|
32
33
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
33
34
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
@@ -59,8 +60,9 @@ Provides-Extra: openlineage
|
|
|
59
60
|
|
|
60
61
|
Package ``apache-airflow-providers-dbt-cloud``
|
|
61
62
|
|
|
62
|
-
Release: ``4.4.
|
|
63
|
+
Release: ``4.4.2``
|
|
63
64
|
|
|
65
|
+
Release Date: ``|PypiReleaseDate|``
|
|
64
66
|
|
|
65
67
|
`dbt Cloud <https://www.getdbt.com/product/dbt-cloud/>`__
|
|
66
68
|
|
|
@@ -72,7 +74,7 @@ This is a provider package for ``dbt.cloud`` provider. All classes for this prov
|
|
|
72
74
|
are in ``airflow.providers.dbt.cloud`` python package.
|
|
73
75
|
|
|
74
76
|
You can find package information and changelog for the provider
|
|
75
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.4.
|
|
77
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.4.2/>`_.
|
|
76
78
|
|
|
77
79
|
Installation
|
|
78
80
|
------------
|
|
@@ -81,7 +83,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
|
|
|
81
83
|
for the minimum Airflow version supported) via
|
|
82
84
|
``pip install apache-airflow-providers-dbt-cloud``
|
|
83
85
|
|
|
84
|
-
The package supports the following python versions: 3.10,3.11,3.12
|
|
86
|
+
The package supports the following python versions: 3.10,3.11,3.12,3.13
|
|
85
87
|
|
|
86
88
|
Requirements
|
|
87
89
|
------------
|
|
@@ -118,5 +120,5 @@ Dependent package
|
|
|
118
120
|
================================================================================================================== =================
|
|
119
121
|
|
|
120
122
|
The changelog for the provider package can be found in the
|
|
121
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.4.
|
|
123
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.4.2/changelog.html>`_.
|
|
122
124
|
|
{apache_airflow_providers_dbt_cloud-4.4.1 → apache_airflow_providers_dbt_cloud-4.4.2rc1}/README.rst
RENAMED
|
@@ -23,8 +23,9 @@
|
|
|
23
23
|
|
|
24
24
|
Package ``apache-airflow-providers-dbt-cloud``
|
|
25
25
|
|
|
26
|
-
Release: ``4.4.
|
|
26
|
+
Release: ``4.4.2``
|
|
27
27
|
|
|
28
|
+
Release Date: ``|PypiReleaseDate|``
|
|
28
29
|
|
|
29
30
|
`dbt Cloud <https://www.getdbt.com/product/dbt-cloud/>`__
|
|
30
31
|
|
|
@@ -36,7 +37,7 @@ This is a provider package for ``dbt.cloud`` provider. All classes for this prov
|
|
|
36
37
|
are in ``airflow.providers.dbt.cloud`` python package.
|
|
37
38
|
|
|
38
39
|
You can find package information and changelog for the provider
|
|
39
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.4.
|
|
40
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.4.2/>`_.
|
|
40
41
|
|
|
41
42
|
Installation
|
|
42
43
|
------------
|
|
@@ -45,7 +46,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
|
|
|
45
46
|
for the minimum Airflow version supported) via
|
|
46
47
|
``pip install apache-airflow-providers-dbt-cloud``
|
|
47
48
|
|
|
48
|
-
The package supports the following python versions: 3.10,3.11,3.12
|
|
49
|
+
The package supports the following python versions: 3.10,3.11,3.12,3.13
|
|
49
50
|
|
|
50
51
|
Requirements
|
|
51
52
|
------------
|
|
@@ -82,4 +83,4 @@ Dependent package
|
|
|
82
83
|
================================================================================================================== =================
|
|
83
84
|
|
|
84
85
|
The changelog for the provider package can be found in the
|
|
85
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.4.
|
|
86
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.4.2/changelog.html>`_.
|
|
@@ -28,6 +28,22 @@
|
|
|
28
28
|
Changelog
|
|
29
29
|
---------
|
|
30
30
|
|
|
31
|
+
4.4.2
|
|
32
|
+
.....
|
|
33
|
+
|
|
34
|
+
Misc
|
|
35
|
+
~~~~
|
|
36
|
+
|
|
37
|
+
* ``Add Python 3.13 support for Airflow. (#46891)``
|
|
38
|
+
* ``Cleanup mypy ignore in dbt provider where possible (#53270)``
|
|
39
|
+
* ``Remove type ignore across codebase after mypy upgrade (#53243)``
|
|
40
|
+
* ``Remove upper-binding for "python-requires" (#52980)``
|
|
41
|
+
* ``Temporarily switch to use >=,< pattern instead of '~=' (#52967)``
|
|
42
|
+
|
|
43
|
+
.. Below changes are excluded from the changelog. Move them to
|
|
44
|
+
appropriate section above if needed. Do not delete the lines(!):
|
|
45
|
+
* ``mocking definition order FIX (#52905)``
|
|
46
|
+
|
|
31
47
|
4.4.1
|
|
32
48
|
.....
|
|
33
49
|
|
|
@@ -81,7 +81,9 @@ 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.
|
|
84
|
+
Release: 4.4.2
|
|
85
|
+
|
|
86
|
+
Release Date: ``|PypiReleaseDate|``
|
|
85
87
|
|
|
86
88
|
Provider package
|
|
87
89
|
----------------
|
|
@@ -138,5 +140,5 @@ Downloading official packages
|
|
|
138
140
|
You can download officially released packages and verify their checksums and signatures from the
|
|
139
141
|
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
|
|
140
142
|
|
|
141
|
-
* `The apache-airflow-providers-dbt-cloud 4.4.
|
|
142
|
-
* `The apache-airflow-providers-dbt-cloud 4.4.
|
|
143
|
+
* `The apache-airflow-providers-dbt-cloud 4.4.2 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-4.4.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-4.4.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-4.4.2.tar.gz.sha512>`__)
|
|
144
|
+
* `The apache-airflow-providers-dbt-cloud 4.4.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-4.4.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-4.4.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-4.4.2-py3-none-any.whl.sha512>`__)
|
|
@@ -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: 1753690386
|
|
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.2
|
|
31
32
|
- 4.4.1
|
|
32
33
|
- 4.4.0
|
|
33
34
|
- 4.3.3
|
|
@@ -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.2rc1"
|
|
29
29
|
description = "Provider package apache-airflow-providers-dbt-cloud for Apache Airflow"
|
|
30
30
|
readme = "README.rst"
|
|
31
31
|
authors = [
|
|
@@ -47,17 +47,18 @@ classifiers = [
|
|
|
47
47
|
"Programming Language :: Python :: 3.10",
|
|
48
48
|
"Programming Language :: Python :: 3.11",
|
|
49
49
|
"Programming Language :: Python :: 3.12",
|
|
50
|
+
"Programming Language :: Python :: 3.13",
|
|
50
51
|
"Topic :: System :: Monitoring",
|
|
51
52
|
]
|
|
52
|
-
requires-python = "
|
|
53
|
+
requires-python = ">=3.10"
|
|
53
54
|
|
|
54
55
|
# The dependencies should be modified in place in the generated file.
|
|
55
56
|
# Any change in the dependencies is preserved when the file is regenerated
|
|
56
57
|
# Make sure to run ``breeze static-checks --type update-providers-dependencies --all-files``
|
|
57
58
|
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
|
|
58
59
|
dependencies = [
|
|
59
|
-
"apache-airflow>=2.10.
|
|
60
|
-
"apache-airflow-providers-common-compat>=1.6.
|
|
60
|
+
"apache-airflow>=2.10.0rc1",
|
|
61
|
+
"apache-airflow-providers-common-compat>=1.6.0rc1",
|
|
61
62
|
"apache-airflow-providers-http",
|
|
62
63
|
"asgiref>=2.3.0",
|
|
63
64
|
"aiohttp>=3.9.2",
|
|
@@ -68,7 +69,7 @@ dependencies = [
|
|
|
68
69
|
[project.optional-dependencies]
|
|
69
70
|
# pip install apache-airflow-providers-dbt-cloud[openlineage]
|
|
70
71
|
"openlineage" = [
|
|
71
|
-
"apache-airflow-providers-openlineage>=2.3.
|
|
72
|
+
"apache-airflow-providers-openlineage>=2.3.0rc1",
|
|
72
73
|
]
|
|
73
74
|
|
|
74
75
|
[dependency-groups]
|
|
@@ -108,8 +109,8 @@ apache-airflow-providers-common-sql = {workspace = true}
|
|
|
108
109
|
apache-airflow-providers-standard = {workspace = true}
|
|
109
110
|
|
|
110
111
|
[project.urls]
|
|
111
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/4.4.
|
|
112
|
-
"Changelog" = "https://airflow.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.2"
|
|
113
|
+
"Changelog" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-dbt-cloud/4.4.2/changelog.html"
|
|
113
114
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
|
114
115
|
"Source Code" = "https://github.com/apache/airflow"
|
|
115
116
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
# KIND, either express or implied. See the License for the
|
|
15
15
|
# specific language governing permissions and limitations
|
|
16
16
|
# under the License.
|
|
17
|
-
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
|
17
|
+
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
# KIND, either express or implied. See the License for the
|
|
15
15
|
# specific language governing permissions and limitations
|
|
16
16
|
# under the License.
|
|
17
|
-
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
|
17
|
+
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
# KIND, either express or implied. See the License for the
|
|
15
15
|
# specific language governing permissions and limitations
|
|
16
16
|
# under the License.
|
|
17
|
-
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
|
17
|
+
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
|
@@ -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.2"
|
|
33
33
|
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
35
35
|
"2.10.0"
|
|
@@ -113,7 +113,7 @@ def generate_openlineage_events_from_dbt_cloud_run(
|
|
|
113
113
|
try:
|
|
114
114
|
log.debug("Retrieving information about catalog artifact from DBT.")
|
|
115
115
|
catalog = operator.hook.get_job_run_artifact(operator.run_id, path="catalog.json").json()["data"]
|
|
116
|
-
except Exception:
|
|
116
|
+
except Exception:
|
|
117
117
|
log.info(
|
|
118
118
|
"Openlineage could not find DBT catalog artifact, usually available when docs are generated."
|
|
119
119
|
"Proceeding with metadata extraction. "
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
# KIND, either express or implied. See the License for the
|
|
15
15
|
# specific language governing permissions and limitations
|
|
16
16
|
# under the License.
|
|
17
|
-
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
|
17
|
+
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
|
3
|
+
# distributed with this work for additional information
|
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
|
6
|
+
# "License"); you may not use this file except in compliance
|
|
7
|
+
# with the License. You may obtain a copy of the License at
|
|
8
|
+
#
|
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
#
|
|
11
|
+
# Unless required by applicable law or agreed to in writing,
|
|
12
|
+
# software distributed under the License is distributed on an
|
|
13
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
# KIND, either express or implied. See the License for the
|
|
15
|
+
# specific language governing permissions and limitations
|
|
16
|
+
# under the License.
|
|
17
|
+
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
|
3
|
+
# distributed with this work for additional information
|
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
|
6
|
+
# "License"); you may not use this file except in compliance
|
|
7
|
+
# with the License. You may obtain a copy of the License at
|
|
8
|
+
#
|
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
#
|
|
11
|
+
# Unless required by applicable law or agreed to in writing,
|
|
12
|
+
# software distributed under the License is distributed on an
|
|
13
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
# KIND, either express or implied. See the License for the
|
|
15
|
+
# specific language governing permissions and limitations
|
|
16
|
+
# under the License.
|
|
17
|
+
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
|
3
|
+
# distributed with this work for additional information
|
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
|
6
|
+
# "License"); you may not use this file except in compliance
|
|
7
|
+
# with the License. You may obtain a copy of the License at
|
|
8
|
+
#
|
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
#
|
|
11
|
+
# Unless required by applicable law or agreed to in writing,
|
|
12
|
+
# software distributed under the License is distributed on an
|
|
13
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
# KIND, either express or implied. See the License for the
|
|
15
|
+
# specific language governing permissions and limitations
|
|
16
|
+
# under the License.
|
|
17
|
+
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
|
@@ -257,7 +257,7 @@ class TestDbtCloudHook:
|
|
|
257
257
|
)
|
|
258
258
|
@patch.object(DbtCloudHook, "run")
|
|
259
259
|
@patch.object(DbtCloudHook, "_paginate")
|
|
260
|
-
def test_get_account(self,
|
|
260
|
+
def test_get_account(self, mock_paginate, mock_http_run, conn_id, account_id):
|
|
261
261
|
hook = DbtCloudHook(conn_id)
|
|
262
262
|
hook.get_account(account_id=account_id)
|
|
263
263
|
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# Licensed to the Apache Software Foundation (ASF) under one
|
|
2
|
-
# or more contributor license agreements. See the NOTICE file
|
|
3
|
-
# distributed with this work for additional information
|
|
4
|
-
# regarding copyright ownership. The ASF licenses this file
|
|
5
|
-
# to you under the Apache License, Version 2.0 (the
|
|
6
|
-
# "License"); you may not use this file except in compliance
|
|
7
|
-
# with the License. You may obtain a copy of the License at
|
|
8
|
-
#
|
|
9
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
#
|
|
11
|
-
# Unless required by applicable law or agreed to in writing,
|
|
12
|
-
# software distributed under the License is distributed on an
|
|
13
|
-
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
-
# KIND, either express or implied. See the License for the
|
|
15
|
-
# specific language governing permissions and limitations
|
|
16
|
-
# under the License.
|
|
17
|
-
__path__ = __import__("pkgutil").extend_path(__path__, __name__) # type: ignore
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# Licensed to the Apache Software Foundation (ASF) under one
|
|
2
|
-
# or more contributor license agreements. See the NOTICE file
|
|
3
|
-
# distributed with this work for additional information
|
|
4
|
-
# regarding copyright ownership. The ASF licenses this file
|
|
5
|
-
# to you under the Apache License, Version 2.0 (the
|
|
6
|
-
# "License"); you may not use this file except in compliance
|
|
7
|
-
# with the License. You may obtain a copy of the License at
|
|
8
|
-
#
|
|
9
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
#
|
|
11
|
-
# Unless required by applicable law or agreed to in writing,
|
|
12
|
-
# software distributed under the License is distributed on an
|
|
13
|
-
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
-
# KIND, either express or implied. See the License for the
|
|
15
|
-
# specific language governing permissions and limitations
|
|
16
|
-
# under the License.
|
|
17
|
-
__path__ = __import__("pkgutil").extend_path(__path__, __name__) # type: ignore
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# Licensed to the Apache Software Foundation (ASF) under one
|
|
2
|
-
# or more contributor license agreements. See the NOTICE file
|
|
3
|
-
# distributed with this work for additional information
|
|
4
|
-
# regarding copyright ownership. The ASF licenses this file
|
|
5
|
-
# to you under the Apache License, Version 2.0 (the
|
|
6
|
-
# "License"); you may not use this file except in compliance
|
|
7
|
-
# with the License. You may obtain a copy of the License at
|
|
8
|
-
#
|
|
9
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
#
|
|
11
|
-
# Unless required by applicable law or agreed to in writing,
|
|
12
|
-
# software distributed under the License is distributed on an
|
|
13
|
-
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
-
# KIND, either express or implied. See the License for the
|
|
15
|
-
# specific language governing permissions and limitations
|
|
16
|
-
# under the License.
|
|
17
|
-
__path__ = __import__("pkgutil").extend_path(__path__, __name__) # type: ignore
|
|
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
|