apache-airflow-providers-dbt-cloud 3.7.0rc1__tar.gz → 3.7.1__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-3.7.0rc1 → apache_airflow_providers_dbt_cloud-3.7.1}/PKG-INFO +9 -8
- {apache_airflow_providers_dbt_cloud-3.7.0rc1 → apache_airflow_providers_dbt_cloud-3.7.1}/README.rst +4 -4
- {apache_airflow_providers_dbt_cloud-3.7.0rc1 → apache_airflow_providers_dbt_cloud-3.7.1}/airflow/providers/dbt/cloud/__init__.py +1 -1
- {apache_airflow_providers_dbt_cloud-3.7.0rc1 → apache_airflow_providers_dbt_cloud-3.7.1}/airflow/providers/dbt/cloud/get_provider_info.py +2 -1
- {apache_airflow_providers_dbt_cloud-3.7.0rc1 → apache_airflow_providers_dbt_cloud-3.7.1}/airflow/providers/dbt/cloud/triggers/dbt.py +1 -0
- {apache_airflow_providers_dbt_cloud-3.7.0rc1 → apache_airflow_providers_dbt_cloud-3.7.1}/airflow/providers/dbt/cloud/utils/openlineage.py +3 -3
- {apache_airflow_providers_dbt_cloud-3.7.0rc1 → apache_airflow_providers_dbt_cloud-3.7.1}/pyproject.toml +5 -4
- {apache_airflow_providers_dbt_cloud-3.7.0rc1 → apache_airflow_providers_dbt_cloud-3.7.1}/airflow/providers/dbt/cloud/LICENSE +0 -0
- {apache_airflow_providers_dbt_cloud-3.7.0rc1 → apache_airflow_providers_dbt_cloud-3.7.1}/airflow/providers/dbt/cloud/hooks/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-3.7.0rc1 → apache_airflow_providers_dbt_cloud-3.7.1}/airflow/providers/dbt/cloud/hooks/dbt.py +0 -0
- {apache_airflow_providers_dbt_cloud-3.7.0rc1 → apache_airflow_providers_dbt_cloud-3.7.1}/airflow/providers/dbt/cloud/operators/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-3.7.0rc1 → apache_airflow_providers_dbt_cloud-3.7.1}/airflow/providers/dbt/cloud/operators/dbt.py +0 -0
- {apache_airflow_providers_dbt_cloud-3.7.0rc1 → apache_airflow_providers_dbt_cloud-3.7.1}/airflow/providers/dbt/cloud/sensors/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-3.7.0rc1 → apache_airflow_providers_dbt_cloud-3.7.1}/airflow/providers/dbt/cloud/sensors/dbt.py +0 -0
- {apache_airflow_providers_dbt_cloud-3.7.0rc1 → apache_airflow_providers_dbt_cloud-3.7.1}/airflow/providers/dbt/cloud/triggers/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-3.7.0rc1 → apache_airflow_providers_dbt_cloud-3.7.1}/airflow/providers/dbt/cloud/utils/__init__.py +0 -0
{apache_airflow_providers_dbt_cloud-3.7.0rc1 → apache_airflow_providers_dbt_cloud-3.7.1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: apache-airflow-providers-dbt-cloud
|
|
3
|
-
Version: 3.7.
|
|
3
|
+
Version: 3.7.1
|
|
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>
|
|
@@ -19,16 +19,17 @@ Classifier: Programming Language :: Python :: 3.8
|
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.9
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
22
23
|
Classifier: Topic :: System :: Monitoring
|
|
23
24
|
Requires-Dist: aiohttp>=3.9.2
|
|
24
25
|
Requires-Dist: apache-airflow-providers-http
|
|
25
|
-
Requires-Dist: apache-airflow>=2.6.0
|
|
26
|
+
Requires-Dist: apache-airflow>=2.6.0
|
|
26
27
|
Requires-Dist: asgiref
|
|
27
28
|
Requires-Dist: apache-airflow-providers-http ; extra == "http"
|
|
28
29
|
Requires-Dist: apache-airflow-providers-openlineage ; extra == "openlineage"
|
|
29
30
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
30
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.7.
|
|
31
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.7.
|
|
31
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.7.1/changelog.html
|
|
32
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.7.1
|
|
32
33
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
33
34
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
34
35
|
Project-URL: Twitter, https://twitter.com/ApacheAirflow
|
|
@@ -80,7 +81,7 @@ Provides-Extra: openlineage
|
|
|
80
81
|
|
|
81
82
|
Package ``apache-airflow-providers-dbt-cloud``
|
|
82
83
|
|
|
83
|
-
Release: ``3.7.
|
|
84
|
+
Release: ``3.7.1``
|
|
84
85
|
|
|
85
86
|
|
|
86
87
|
`dbt Cloud <https://www.getdbt.com/product/dbt-cloud/>`__
|
|
@@ -93,7 +94,7 @@ This is a provider package for ``dbt.cloud`` provider. All classes for this prov
|
|
|
93
94
|
are in ``airflow.providers.dbt.cloud`` python package.
|
|
94
95
|
|
|
95
96
|
You can find package information and changelog for the provider
|
|
96
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.7.
|
|
97
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.7.1/>`_.
|
|
97
98
|
|
|
98
99
|
Installation
|
|
99
100
|
------------
|
|
@@ -102,7 +103,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
|
|
|
102
103
|
for the minimum Airflow version supported) via
|
|
103
104
|
``pip install apache-airflow-providers-dbt-cloud``
|
|
104
105
|
|
|
105
|
-
The package supports the following python versions: 3.8,3.9,3.10,3.11
|
|
106
|
+
The package supports the following python versions: 3.8,3.9,3.10,3.11,3.12
|
|
106
107
|
|
|
107
108
|
Requirements
|
|
108
109
|
------------
|
|
@@ -137,4 +138,4 @@ Dependent package
|
|
|
137
138
|
============================================================================================================== ===============
|
|
138
139
|
|
|
139
140
|
The changelog for the provider package can be found in the
|
|
140
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.7.
|
|
141
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.7.1/changelog.html>`_.
|
{apache_airflow_providers_dbt_cloud-3.7.0rc1 → apache_airflow_providers_dbt_cloud-3.7.1}/README.rst
RENAMED
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
Package ``apache-airflow-providers-dbt-cloud``
|
|
44
44
|
|
|
45
|
-
Release: ``3.7.
|
|
45
|
+
Release: ``3.7.1``
|
|
46
46
|
|
|
47
47
|
|
|
48
48
|
`dbt Cloud <https://www.getdbt.com/product/dbt-cloud/>`__
|
|
@@ -55,7 +55,7 @@ This is a provider package for ``dbt.cloud`` provider. All classes for this prov
|
|
|
55
55
|
are in ``airflow.providers.dbt.cloud`` python package.
|
|
56
56
|
|
|
57
57
|
You can find package information and changelog for the provider
|
|
58
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.7.
|
|
58
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.7.1/>`_.
|
|
59
59
|
|
|
60
60
|
Installation
|
|
61
61
|
------------
|
|
@@ -64,7 +64,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
|
|
|
64
64
|
for the minimum Airflow version supported) via
|
|
65
65
|
``pip install apache-airflow-providers-dbt-cloud``
|
|
66
66
|
|
|
67
|
-
The package supports the following python versions: 3.8,3.9,3.10,3.11
|
|
67
|
+
The package supports the following python versions: 3.8,3.9,3.10,3.11,3.12
|
|
68
68
|
|
|
69
69
|
Requirements
|
|
70
70
|
------------
|
|
@@ -99,4 +99,4 @@ Dependent package
|
|
|
99
99
|
============================================================================================================== ===============
|
|
100
100
|
|
|
101
101
|
The changelog for the provider package can be found in the
|
|
102
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.7.
|
|
102
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.7.1/changelog.html>`_.
|
|
@@ -28,8 +28,9 @@ def get_provider_info():
|
|
|
28
28
|
"name": "dbt Cloud",
|
|
29
29
|
"description": "`dbt Cloud <https://www.getdbt.com/product/dbt-cloud/>`__\n",
|
|
30
30
|
"state": "ready",
|
|
31
|
-
"source-date-epoch":
|
|
31
|
+
"source-date-epoch": 1712665602,
|
|
32
32
|
"versions": [
|
|
33
|
+
"3.7.1",
|
|
33
34
|
"3.7.0",
|
|
34
35
|
"3.6.1",
|
|
35
36
|
"3.6.0",
|
|
@@ -78,6 +78,7 @@ class DbtCloudRunJobTrigger(BaseTrigger):
|
|
|
78
78
|
"run_id": self.run_id,
|
|
79
79
|
}
|
|
80
80
|
)
|
|
81
|
+
return
|
|
81
82
|
await asyncio.sleep(self.poll_interval)
|
|
82
83
|
job_run_status = await hook.get_job_status(self.run_id, self.account_id)
|
|
83
84
|
if job_run_status == DbtCloudJobRunStatus.SUCCESS.value:
|
|
@@ -47,9 +47,9 @@ def generate_openlineage_events_from_dbt_cloud_run(
|
|
|
47
47
|
"""
|
|
48
48
|
from openlineage.common.provider.dbt import DbtCloudArtifactProcessor, ParentRunMetadata
|
|
49
49
|
|
|
50
|
+
from airflow.providers.openlineage.conf import namespace
|
|
50
51
|
from airflow.providers.openlineage.extractors import OperatorLineage
|
|
51
52
|
from airflow.providers.openlineage.plugins.adapter import (
|
|
52
|
-
_DAG_NAMESPACE,
|
|
53
53
|
_PRODUCER,
|
|
54
54
|
OpenLineageAdapter,
|
|
55
55
|
)
|
|
@@ -110,7 +110,7 @@ def generate_openlineage_events_from_dbt_cloud_run(
|
|
|
110
110
|
|
|
111
111
|
processor = DbtCloudArtifactProcessor(
|
|
112
112
|
producer=_PRODUCER,
|
|
113
|
-
job_namespace=
|
|
113
|
+
job_namespace=namespace(),
|
|
114
114
|
skip_errors=False,
|
|
115
115
|
logger=operator.log,
|
|
116
116
|
manifest=manifest,
|
|
@@ -130,7 +130,7 @@ def generate_openlineage_events_from_dbt_cloud_run(
|
|
|
130
130
|
parent_job = ParentRunMetadata(
|
|
131
131
|
run_id=parent_run_id,
|
|
132
132
|
job_name=f"{task_instance.dag_id}.{task_instance.task_id}",
|
|
133
|
-
job_namespace=
|
|
133
|
+
job_namespace=namespace(),
|
|
134
134
|
)
|
|
135
135
|
processor.dbt_run_metadata = parent_job
|
|
136
136
|
|
|
@@ -28,7 +28,7 @@ build-backend = "flit_core.buildapi"
|
|
|
28
28
|
|
|
29
29
|
[project]
|
|
30
30
|
name = "apache-airflow-providers-dbt-cloud"
|
|
31
|
-
version = "3.7.
|
|
31
|
+
version = "3.7.1"
|
|
32
32
|
description = "Provider package apache-airflow-providers-dbt-cloud for Apache Airflow"
|
|
33
33
|
readme = "README.rst"
|
|
34
34
|
authors = [
|
|
@@ -51,19 +51,20 @@ classifiers = [
|
|
|
51
51
|
"Programming Language :: Python :: 3.9",
|
|
52
52
|
"Programming Language :: Python :: 3.10",
|
|
53
53
|
"Programming Language :: Python :: 3.11",
|
|
54
|
+
"Programming Language :: Python :: 3.12",
|
|
54
55
|
"Topic :: System :: Monitoring",
|
|
55
56
|
]
|
|
56
57
|
requires-python = "~=3.8"
|
|
57
58
|
dependencies = [
|
|
58
59
|
"aiohttp>=3.9.2",
|
|
59
60
|
"apache-airflow-providers-http",
|
|
60
|
-
"apache-airflow>=2.6.0
|
|
61
|
+
"apache-airflow>=2.6.0",
|
|
61
62
|
"asgiref",
|
|
62
63
|
]
|
|
63
64
|
|
|
64
65
|
[project.urls]
|
|
65
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.7.
|
|
66
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.7.
|
|
66
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.7.1"
|
|
67
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.7.1/changelog.html"
|
|
67
68
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
|
68
69
|
"Source Code" = "https://github.com/apache/airflow"
|
|
69
70
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|