apache-airflow-providers-dbt-cloud 3.11.1rc1__tar.gz → 3.11.2__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.11.1rc1 → apache_airflow_providers_dbt_cloud-3.11.2}/PKG-INFO +9 -9
- {apache_airflow_providers_dbt_cloud-3.11.1rc1 → apache_airflow_providers_dbt_cloud-3.11.2}/README.rst +3 -3
- {apache_airflow_providers_dbt_cloud-3.11.1rc1 → apache_airflow_providers_dbt_cloud-3.11.2}/airflow/providers/dbt/cloud/__init__.py +1 -1
- {apache_airflow_providers_dbt_cloud-3.11.1rc1 → apache_airflow_providers_dbt_cloud-3.11.2}/airflow/providers/dbt/cloud/get_provider_info.py +2 -1
- {apache_airflow_providers_dbt_cloud-3.11.1rc1 → apache_airflow_providers_dbt_cloud-3.11.2}/airflow/providers/dbt/cloud/operators/dbt.py +3 -1
- {apache_airflow_providers_dbt_cloud-3.11.1rc1 → apache_airflow_providers_dbt_cloud-3.11.2}/pyproject.toml +6 -7
- {apache_airflow_providers_dbt_cloud-3.11.1rc1 → apache_airflow_providers_dbt_cloud-3.11.2}/airflow/providers/dbt/cloud/LICENSE +0 -0
- {apache_airflow_providers_dbt_cloud-3.11.1rc1 → apache_airflow_providers_dbt_cloud-3.11.2}/airflow/providers/dbt/cloud/hooks/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-3.11.1rc1 → apache_airflow_providers_dbt_cloud-3.11.2}/airflow/providers/dbt/cloud/hooks/dbt.py +0 -0
- {apache_airflow_providers_dbt_cloud-3.11.1rc1 → apache_airflow_providers_dbt_cloud-3.11.2}/airflow/providers/dbt/cloud/operators/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-3.11.1rc1 → apache_airflow_providers_dbt_cloud-3.11.2}/airflow/providers/dbt/cloud/sensors/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-3.11.1rc1 → apache_airflow_providers_dbt_cloud-3.11.2}/airflow/providers/dbt/cloud/sensors/dbt.py +0 -0
- {apache_airflow_providers_dbt_cloud-3.11.1rc1 → apache_airflow_providers_dbt_cloud-3.11.2}/airflow/providers/dbt/cloud/triggers/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-3.11.1rc1 → apache_airflow_providers_dbt_cloud-3.11.2}/airflow/providers/dbt/cloud/triggers/dbt.py +0 -0
- {apache_airflow_providers_dbt_cloud-3.11.1rc1 → apache_airflow_providers_dbt_cloud-3.11.2}/airflow/providers/dbt/cloud/utils/__init__.py +0 -0
- {apache_airflow_providers_dbt_cloud-3.11.1rc1 → apache_airflow_providers_dbt_cloud-3.11.2}/airflow/providers/dbt/cloud/utils/openlineage.py +0 -0
{apache_airflow_providers_dbt_cloud-3.11.1rc1 → apache_airflow_providers_dbt_cloud-3.11.2}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
2
|
Name: apache-airflow-providers-dbt-cloud
|
|
3
|
-
Version: 3.11.
|
|
3
|
+
Version: 3.11.2
|
|
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>
|
|
@@ -22,13 +22,13 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
22
22
|
Classifier: Topic :: System :: Monitoring
|
|
23
23
|
Requires-Dist: aiohttp>=3.9.2
|
|
24
24
|
Requires-Dist: apache-airflow-providers-http
|
|
25
|
-
Requires-Dist: apache-airflow>=2.8.
|
|
25
|
+
Requires-Dist: apache-airflow>=2.8.0
|
|
26
26
|
Requires-Dist: asgiref>=2.3.0
|
|
27
27
|
Requires-Dist: apache-airflow-providers-http ; extra == "http"
|
|
28
|
-
Requires-Dist: apache-airflow-providers-openlineage>=1.7.
|
|
28
|
+
Requires-Dist: apache-airflow-providers-openlineage>=1.7.0 ; extra == "openlineage"
|
|
29
29
|
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.11.
|
|
31
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.11.
|
|
30
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.11.2/changelog.html
|
|
31
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.11.2
|
|
32
32
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
33
33
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
34
34
|
Project-URL: Twitter, https://twitter.com/ApacheAirflow
|
|
@@ -80,7 +80,7 @@ Provides-Extra: openlineage
|
|
|
80
80
|
|
|
81
81
|
Package ``apache-airflow-providers-dbt-cloud``
|
|
82
82
|
|
|
83
|
-
Release: ``3.11.
|
|
83
|
+
Release: ``3.11.2``
|
|
84
84
|
|
|
85
85
|
|
|
86
86
|
`dbt Cloud <https://www.getdbt.com/product/dbt-cloud/>`__
|
|
@@ -93,7 +93,7 @@ This is a provider package for ``dbt.cloud`` provider. All classes for this prov
|
|
|
93
93
|
are in ``airflow.providers.dbt.cloud`` python package.
|
|
94
94
|
|
|
95
95
|
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.11.
|
|
96
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.11.2/>`_.
|
|
97
97
|
|
|
98
98
|
Installation
|
|
99
99
|
------------
|
|
@@ -137,4 +137,4 @@ Dependent package
|
|
|
137
137
|
============================================================================================================== ===============
|
|
138
138
|
|
|
139
139
|
The changelog for the provider package can be found in the
|
|
140
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.11.
|
|
140
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.11.2/changelog.html>`_.
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
Package ``apache-airflow-providers-dbt-cloud``
|
|
44
44
|
|
|
45
|
-
Release: ``3.11.
|
|
45
|
+
Release: ``3.11.2``
|
|
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.11.
|
|
58
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.11.2/>`_.
|
|
59
59
|
|
|
60
60
|
Installation
|
|
61
61
|
------------
|
|
@@ -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.11.
|
|
102
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.11.2/changelog.html>`_.
|
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
|
29
29
|
|
|
30
30
|
__all__ = ["__version__"]
|
|
31
31
|
|
|
32
|
-
__version__ = "3.11.
|
|
32
|
+
__version__ = "3.11.2"
|
|
33
33
|
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
35
35
|
"2.8.0"
|
|
@@ -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": 1731569996,
|
|
32
32
|
"versions": [
|
|
33
|
+
"3.11.2",
|
|
33
34
|
"3.11.1",
|
|
34
35
|
"3.11.0",
|
|
35
36
|
"3.10.1",
|
|
@@ -149,6 +149,8 @@ class DbtCloudRunJobOperator(BaseOperator):
|
|
|
149
149
|
self.run_id = non_terminal_runs[0]["id"]
|
|
150
150
|
job_run_url = non_terminal_runs[0]["href"]
|
|
151
151
|
|
|
152
|
+
is_retry = context["ti"].try_number != 1
|
|
153
|
+
|
|
152
154
|
if not self.reuse_existing_run or not non_terminal_runs:
|
|
153
155
|
trigger_job_response = self.hook.trigger_job_run(
|
|
154
156
|
account_id=self.account_id,
|
|
@@ -156,7 +158,7 @@ class DbtCloudRunJobOperator(BaseOperator):
|
|
|
156
158
|
cause=self.trigger_reason,
|
|
157
159
|
steps_override=self.steps_override,
|
|
158
160
|
schema_override=self.schema_override,
|
|
159
|
-
retry_from_failure=self.retry_from_failure,
|
|
161
|
+
retry_from_failure=is_retry and self.retry_from_failure,
|
|
160
162
|
additional_run_config=self.additional_run_config,
|
|
161
163
|
)
|
|
162
164
|
self.run_id = trigger_job_response.json()["data"]["id"]
|
|
@@ -21,14 +21,13 @@
|
|
|
21
21
|
|
|
22
22
|
# IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
|
23
23
|
# `pyproject_TEMPLATE.toml.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
|
|
24
|
-
#
|
|
25
24
|
[build-system]
|
|
26
|
-
requires = ["flit_core
|
|
25
|
+
requires = ["flit_core==3.10.1"]
|
|
27
26
|
build-backend = "flit_core.buildapi"
|
|
28
27
|
|
|
29
28
|
[project]
|
|
30
29
|
name = "apache-airflow-providers-dbt-cloud"
|
|
31
|
-
version = "3.11.
|
|
30
|
+
version = "3.11.2"
|
|
32
31
|
description = "Provider package apache-airflow-providers-dbt-cloud for Apache Airflow"
|
|
33
32
|
readme = "README.rst"
|
|
34
33
|
authors = [
|
|
@@ -57,13 +56,13 @@ requires-python = "~=3.9"
|
|
|
57
56
|
dependencies = [
|
|
58
57
|
"aiohttp>=3.9.2",
|
|
59
58
|
"apache-airflow-providers-http",
|
|
60
|
-
"apache-airflow>=2.8.
|
|
59
|
+
"apache-airflow>=2.8.0",
|
|
61
60
|
"asgiref>=2.3.0",
|
|
62
61
|
]
|
|
63
62
|
|
|
64
63
|
[project.urls]
|
|
65
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.11.
|
|
66
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.11.
|
|
64
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.11.2"
|
|
65
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.11.2/changelog.html"
|
|
67
66
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
|
68
67
|
"Source Code" = "https://github.com/apache/airflow"
|
|
69
68
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
|
@@ -77,7 +76,7 @@ provider_info = "airflow.providers.dbt.cloud.get_provider_info:get_provider_info
|
|
|
77
76
|
"apache-airflow-providers-http",
|
|
78
77
|
]
|
|
79
78
|
"openlineage" = [
|
|
80
|
-
"apache-airflow-providers-openlineage>=1.7.
|
|
79
|
+
"apache-airflow-providers-openlineage>=1.7.0",
|
|
81
80
|
]
|
|
82
81
|
|
|
83
82
|
[tool.flit.module]
|
|
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
|