apache-airflow-providers-dbt-cloud 3.11.0rc1__tar.gz → 3.11.1rc1__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.

Files changed (16) hide show
  1. {apache_airflow_providers_dbt_cloud-3.11.0rc1 → apache_airflow_providers_dbt_cloud-3.11.1rc1}/PKG-INFO +8 -8
  2. {apache_airflow_providers_dbt_cloud-3.11.0rc1 → apache_airflow_providers_dbt_cloud-3.11.1rc1}/README.rst +4 -4
  3. {apache_airflow_providers_dbt_cloud-3.11.0rc1 → apache_airflow_providers_dbt_cloud-3.11.1rc1}/airflow/providers/dbt/cloud/__init__.py +1 -1
  4. {apache_airflow_providers_dbt_cloud-3.11.0rc1 → apache_airflow_providers_dbt_cloud-3.11.1rc1}/airflow/providers/dbt/cloud/get_provider_info.py +3 -2
  5. {apache_airflow_providers_dbt_cloud-3.11.0rc1 → apache_airflow_providers_dbt_cloud-3.11.1rc1}/airflow/providers/dbt/cloud/hooks/dbt.py +3 -2
  6. {apache_airflow_providers_dbt_cloud-3.11.0rc1 → apache_airflow_providers_dbt_cloud-3.11.1rc1}/pyproject.toml +4 -4
  7. {apache_airflow_providers_dbt_cloud-3.11.0rc1 → apache_airflow_providers_dbt_cloud-3.11.1rc1}/airflow/providers/dbt/cloud/LICENSE +0 -0
  8. {apache_airflow_providers_dbt_cloud-3.11.0rc1 → apache_airflow_providers_dbt_cloud-3.11.1rc1}/airflow/providers/dbt/cloud/hooks/__init__.py +0 -0
  9. {apache_airflow_providers_dbt_cloud-3.11.0rc1 → apache_airflow_providers_dbt_cloud-3.11.1rc1}/airflow/providers/dbt/cloud/operators/__init__.py +0 -0
  10. {apache_airflow_providers_dbt_cloud-3.11.0rc1 → apache_airflow_providers_dbt_cloud-3.11.1rc1}/airflow/providers/dbt/cloud/operators/dbt.py +0 -0
  11. {apache_airflow_providers_dbt_cloud-3.11.0rc1 → apache_airflow_providers_dbt_cloud-3.11.1rc1}/airflow/providers/dbt/cloud/sensors/__init__.py +0 -0
  12. {apache_airflow_providers_dbt_cloud-3.11.0rc1 → apache_airflow_providers_dbt_cloud-3.11.1rc1}/airflow/providers/dbt/cloud/sensors/dbt.py +0 -0
  13. {apache_airflow_providers_dbt_cloud-3.11.0rc1 → apache_airflow_providers_dbt_cloud-3.11.1rc1}/airflow/providers/dbt/cloud/triggers/__init__.py +0 -0
  14. {apache_airflow_providers_dbt_cloud-3.11.0rc1 → apache_airflow_providers_dbt_cloud-3.11.1rc1}/airflow/providers/dbt/cloud/triggers/dbt.py +0 -0
  15. {apache_airflow_providers_dbt_cloud-3.11.0rc1 → apache_airflow_providers_dbt_cloud-3.11.1rc1}/airflow/providers/dbt/cloud/utils/__init__.py +0 -0
  16. {apache_airflow_providers_dbt_cloud-3.11.0rc1 → apache_airflow_providers_dbt_cloud-3.11.1rc1}/airflow/providers/dbt/cloud/utils/openlineage.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-dbt-cloud
3
- Version: 3.11.0rc1
3
+ Version: 3.11.1rc1
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>
@@ -23,12 +23,12 @@ Classifier: Topic :: System :: Monitoring
23
23
  Requires-Dist: aiohttp>=3.9.2
24
24
  Requires-Dist: apache-airflow-providers-http
25
25
  Requires-Dist: apache-airflow>=2.8.0rc0
26
- Requires-Dist: asgiref
26
+ Requires-Dist: asgiref>=2.3.0
27
27
  Requires-Dist: apache-airflow-providers-http ; extra == "http"
28
28
  Requires-Dist: apache-airflow-providers-openlineage>=1.7.0rc0 ; 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.0/changelog.html
31
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.11.0
30
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.11.1/changelog.html
31
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.11.1
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.0.rc1``
83
+ Release: ``3.11.1.rc1``
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.0/>`_.
96
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.11.1/>`_.
97
97
 
98
98
  Installation
99
99
  ------------
@@ -112,7 +112,7 @@ PIP package Version required
112
112
  ================================= ==================
113
113
  ``apache-airflow`` ``>=2.8.0``
114
114
  ``apache-airflow-providers-http``
115
- ``asgiref``
115
+ ``asgiref`` ``>=2.3.0``
116
116
  ``aiohttp`` ``>=3.9.2``
117
117
  ================================= ==================
118
118
 
@@ -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.0/changelog.html>`_.
140
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.11.1/changelog.html>`_.
@@ -42,7 +42,7 @@
42
42
 
43
43
  Package ``apache-airflow-providers-dbt-cloud``
44
44
 
45
- Release: ``3.11.0.rc1``
45
+ Release: ``3.11.1.rc1``
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.0/>`_.
58
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.11.1/>`_.
59
59
 
60
60
  Installation
61
61
  ------------
@@ -74,7 +74,7 @@ PIP package Version required
74
74
  ================================= ==================
75
75
  ``apache-airflow`` ``>=2.8.0``
76
76
  ``apache-airflow-providers-http``
77
- ``asgiref``
77
+ ``asgiref`` ``>=2.3.0``
78
78
  ``aiohttp`` ``>=3.9.2``
79
79
  ================================= ==================
80
80
 
@@ -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.0/changelog.html>`_.
102
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.11.1/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.0"
32
+ __version__ = "3.11.1"
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": 1728485039,
31
+ "source-date-epoch": 1730012541,
32
32
  "versions": [
33
+ "3.11.1",
33
34
  "3.11.0",
34
35
  "3.10.1",
35
36
  "3.10.0",
@@ -64,7 +65,7 @@ def get_provider_info():
64
65
  "dependencies": [
65
66
  "apache-airflow>=2.8.0",
66
67
  "apache-airflow-providers-http",
67
- "asgiref",
68
+ "asgiref>=2.3.0",
68
69
  "aiohttp>=3.9.2",
69
70
  ],
70
71
  "additional-extras": [
@@ -20,10 +20,11 @@ import asyncio
20
20
  import json
21
21
  import time
22
22
  import warnings
23
+ from collections.abc import Sequence
23
24
  from enum import Enum
24
25
  from functools import cached_property, wraps
25
26
  from inspect import signature
26
- from typing import TYPE_CHECKING, Any, Callable, Sequence, Set, TypeVar, cast
27
+ from typing import TYPE_CHECKING, Any, Callable, TypeVar, cast
27
28
 
28
29
  import aiohttp
29
30
  from asgiref.sync import sync_to_async
@@ -117,7 +118,7 @@ class DbtCloudJobRunStatus(Enum):
117
118
  @classmethod
118
119
  def check_is_valid(cls, statuses: int | Sequence[int] | set[int]):
119
120
  """Validate input statuses are a known value."""
120
- if isinstance(statuses, (Sequence, Set)):
121
+ if isinstance(statuses, (Sequence, set)):
121
122
  for status in statuses:
122
123
  cls(status)
123
124
  else:
@@ -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.11.0.rc1"
31
+ version = "3.11.1.rc1"
32
32
  description = "Provider package apache-airflow-providers-dbt-cloud for Apache Airflow"
33
33
  readme = "README.rst"
34
34
  authors = [
@@ -58,12 +58,12 @@ dependencies = [
58
58
  "aiohttp>=3.9.2",
59
59
  "apache-airflow-providers-http",
60
60
  "apache-airflow>=2.8.0rc0",
61
- "asgiref",
61
+ "asgiref>=2.3.0",
62
62
  ]
63
63
 
64
64
  [project.urls]
65
- "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.11.0"
66
- "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.11.0/changelog.html"
65
+ "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.11.1"
66
+ "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.11.1/changelog.html"
67
67
  "Bug Tracker" = "https://github.com/apache/airflow/issues"
68
68
  "Source Code" = "https://github.com/apache/airflow"
69
69
  "Slack Chat" = "https://s.apache.org/airflow-slack"