apache-airflow-providers-dbt-cloud 3.4.0__py3-none-any.whl → 3.4.1__py3-none-any.whl

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.

@@ -199,3 +199,55 @@ distributed under the License is distributed on an "AS IS" BASIS,
199
199
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
200
  See the License for the specific language governing permissions and
201
201
  limitations under the License.
202
+
203
+ ============================================================================
204
+ APACHE AIRFLOW SUBCOMPONENTS:
205
+
206
+ The Apache Airflow project contains subcomponents with separate copyright
207
+ notices and license terms. Your use of the source code for the these
208
+ subcomponents is subject to the terms and conditions of the following
209
+ licenses.
210
+
211
+
212
+ ========================================================================
213
+ Third party Apache 2.0 licenses
214
+ ========================================================================
215
+
216
+ The following components are provided under the Apache 2.0 License.
217
+ See project link for details. The text of each license is also included
218
+ at licenses/LICENSE-[project].txt.
219
+
220
+ (ALv2 License) hue v4.3.0 (https://github.com/cloudera/hue/)
221
+ (ALv2 License) jqclock v2.3.0 (https://github.com/JohnRDOrazio/jQuery-Clock-Plugin)
222
+ (ALv2 License) bootstrap3-typeahead v4.0.2 (https://github.com/bassjobsen/Bootstrap-3-Typeahead)
223
+ (ALv2 License) connexion v2.7.0 (https://github.com/zalando/connexion)
224
+
225
+ ========================================================================
226
+ MIT licenses
227
+ ========================================================================
228
+
229
+ The following components are provided under the MIT License. See project link for details.
230
+ The text of each license is also included at licenses/LICENSE-[project].txt.
231
+
232
+ (MIT License) jquery v3.5.1 (https://jquery.org/license/)
233
+ (MIT License) dagre-d3 v0.6.4 (https://github.com/cpettitt/dagre-d3)
234
+ (MIT License) bootstrap v3.4.1 (https://github.com/twbs/bootstrap/)
235
+ (MIT License) d3-tip v0.9.1 (https://github.com/Caged/d3-tip)
236
+ (MIT License) dataTables v1.10.25 (https://datatables.net)
237
+ (MIT License) normalize.css v3.0.2 (http://necolas.github.io/normalize.css/)
238
+ (MIT License) ElasticMock v1.3.2 (https://github.com/vrcmarcos/elasticmock)
239
+ (MIT License) MomentJS v2.24.0 (http://momentjs.com/)
240
+ (MIT License) eonasdan-bootstrap-datetimepicker v4.17.49 (https://github.com/eonasdan/bootstrap-datetimepicker/)
241
+
242
+ ========================================================================
243
+ BSD 3-Clause licenses
244
+ ========================================================================
245
+ The following components are provided under the BSD 3-Clause license. See project links for details.
246
+ The text of each license is also included at licenses/LICENSE-[project].txt.
247
+
248
+ (BSD 3 License) d3 v5.16.0 (https://d3js.org)
249
+ (BSD 3 License) d3-shape v2.1.0 (https://github.com/d3/d3-shape)
250
+ (BSD 3 License) cgroupspy 0.2.1 (https://github.com/cloudsigma/cgroupspy)
251
+
252
+ ========================================================================
253
+ See licenses/LICENSES-ui.txt for packages used in `/airflow/www`
@@ -1,4 +1,3 @@
1
- #
2
1
  # Licensed to the Apache Software Foundation (ASF) under one
3
2
  # or more contributor license agreements. See the NOTICE file
4
3
  # distributed with this work for additional information
@@ -19,8 +18,8 @@
19
18
  # NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE
20
19
  # OVERWRITTEN WHEN PREPARING DOCUMENTATION FOR THE PACKAGES.
21
20
  #
22
- # IF YOU WANT TO MODIFY IT, YOU SHOULD MODIFY THE TEMPLATE
23
- # `PROVIDER__INIT__PY_TEMPLATE.py.jinja2` IN the `dev/provider_packages` DIRECTORY
21
+ # IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
22
+ # `PROVIDER__INIT__PY_TEMPLATE.py.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
24
23
  #
25
24
  from __future__ import annotations
26
25
 
@@ -28,7 +27,7 @@ import packaging.version
28
27
 
29
28
  __all__ = ["__version__"]
30
29
 
31
- __version__ = "3.4.0"
30
+ __version__ = "3.4.1"
32
31
 
33
32
  try:
34
33
  from airflow import __version__ as airflow_version
@@ -39,5 +38,5 @@ if packaging.version.parse(packaging.version.parse(airflow_version).base_version
39
38
  "2.5.0"
40
39
  ):
41
40
  raise RuntimeError(
42
- f"The package `apache-airflow-providers-dbt-cloud:{__version__}` requires Apache Airflow 2.5.0+" # NOQA: E501
41
+ f"The package `apache-airflow-providers-dbt-cloud:{__version__}` needs Apache Airflow 2.5.0+"
43
42
  )
@@ -18,8 +18,8 @@
18
18
  # NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE
19
19
  # OVERWRITTEN WHEN PREPARING PACKAGES.
20
20
  #
21
- # IF YOU WANT TO MODIFY IT, YOU SHOULD MODIFY THE TEMPLATE
22
- # `get_provider_info_TEMPLATE.py.jinja2` IN the `provider_packages` DIRECTORY
21
+ # IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
22
+ # `get_provider_info_TEMPLATE.py.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
23
23
 
24
24
 
25
25
  def get_provider_info():
@@ -28,7 +28,9 @@ def get_provider_info():
28
28
  "name": "dbt Cloud",
29
29
  "description": "`dbt Cloud <https://www.getdbt.com/product/what-is-dbt/>`__\n",
30
30
  "suspended": False,
31
+ "source-date-epoch": 1700827456,
31
32
  "versions": [
33
+ "3.4.1",
32
34
  "3.4.0",
33
35
  "3.3.0",
34
36
  "3.2.3",
@@ -42,7 +42,7 @@ if TYPE_CHECKING:
42
42
 
43
43
  def fallback_to_default_account(func: Callable) -> Callable:
44
44
  """
45
- Decorator which provides a fallback value for ``account_id``.
45
+ Provide a fallback value for ``account_id``.
46
46
 
47
47
  If the ``account_id`` is None or not passed to the decorated function,
48
48
  the value will be taken from the configured dbt Cloud Airflow Connection.
@@ -113,7 +113,7 @@ class DbtCloudJobRunStatus(Enum):
113
113
 
114
114
  @classmethod
115
115
  def check_is_valid(cls, statuses: int | Sequence[int] | set[int]):
116
- """Validates input statuses are a known value."""
116
+ """Validate input statuses are a known value."""
117
117
  if isinstance(statuses, (Sequence, Set)):
118
118
  for status in statuses:
119
119
  cls(status)
@@ -122,7 +122,7 @@ class DbtCloudJobRunStatus(Enum):
122
122
 
123
123
  @classmethod
124
124
  def is_terminal(cls, status: int) -> bool:
125
- """Checks if the input status is that of a terminal type."""
125
+ """Check if the input status is that of a terminal type."""
126
126
  cls.check_is_valid(statuses=status)
127
127
 
128
128
  return status in cls.TERMINAL_STATUSES.value
@@ -137,7 +137,7 @@ T = TypeVar("T", bound=Any)
137
137
 
138
138
  def provide_account_id(func: T) -> T:
139
139
  """
140
- Decorator which provides a fallback value for ``account_id``.
140
+ Provide a fallback value for ``account_id``.
141
141
 
142
142
  If the ``account_id`` is None or not passed to the decorated function,
143
143
  the value will be taken from the configured dbt Cloud Airflow Connection.
@@ -176,7 +176,7 @@ class DbtCloudHook(HttpHook):
176
176
 
177
177
  @staticmethod
178
178
  def get_ui_field_behaviour() -> dict[str, Any]:
179
- """Builds custom field behavior for the dbt Cloud connection form in the Airflow UI."""
179
+ """Build custom field behavior for the dbt Cloud connection form in the Airflow UI."""
180
180
  return {
181
181
  "hidden_fields": ["schema", "port", "extra"],
182
182
  "relabeling": {"login": "Account ID", "password": "API Token", "host": "Tenant"},
@@ -224,7 +224,7 @@ class DbtCloudHook(HttpHook):
224
224
  self, run_id: int, account_id: int | None = None, include_related: list[str] | None = None
225
225
  ) -> Any:
226
226
  """
227
- Uses Http async call to retrieve metadata for a specific run of a dbt Cloud job.
227
+ Use Http async call to retrieve metadata for a specific run of a dbt Cloud job.
228
228
 
229
229
  :param run_id: The ID of a dbt Cloud job run.
230
230
  :param account_id: Optional. The ID of a dbt Cloud account.
@@ -247,7 +247,7 @@ class DbtCloudHook(HttpHook):
247
247
  self, run_id: int, account_id: int | None = None, include_related: list[str] | None = None
248
248
  ) -> int:
249
249
  """
250
- Retrieves the status for a specific run of a dbt Cloud job.
250
+ Retrieve the status for a specific run of a dbt Cloud job.
251
251
 
252
252
  :param run_id: The ID of a dbt Cloud job run.
253
253
  :param account_id: Optional. The ID of a dbt Cloud account.
@@ -317,7 +317,7 @@ class DbtCloudHook(HttpHook):
317
317
 
318
318
  def list_accounts(self) -> list[Response]:
319
319
  """
320
- Retrieves all of the dbt Cloud accounts the configured API token is authorized to access.
320
+ Retrieve all of the dbt Cloud accounts the configured API token is authorized to access.
321
321
 
322
322
  :return: List of request responses.
323
323
  """
@@ -326,7 +326,7 @@ class DbtCloudHook(HttpHook):
326
326
  @fallback_to_default_account
327
327
  def get_account(self, account_id: int | None = None) -> Response:
328
328
  """
329
- Retrieves metadata for a specific dbt Cloud account.
329
+ Retrieve metadata for a specific dbt Cloud account.
330
330
 
331
331
  :param account_id: Optional. The ID of a dbt Cloud account.
332
332
  :return: The request response.
@@ -336,7 +336,7 @@ class DbtCloudHook(HttpHook):
336
336
  @fallback_to_default_account
337
337
  def list_projects(self, account_id: int | None = None) -> list[Response]:
338
338
  """
339
- Retrieves metadata for all projects tied to a specified dbt Cloud account.
339
+ Retrieve metadata for all projects tied to a specified dbt Cloud account.
340
340
 
341
341
  :param account_id: Optional. The ID of a dbt Cloud account.
342
342
  :return: List of request responses.
@@ -346,7 +346,7 @@ class DbtCloudHook(HttpHook):
346
346
  @fallback_to_default_account
347
347
  def get_project(self, project_id: int, account_id: int | None = None) -> Response:
348
348
  """
349
- Retrieves metadata for a specific project.
349
+ Retrieve metadata for a specific project.
350
350
 
351
351
  :param project_id: The ID of a dbt Cloud project.
352
352
  :param account_id: Optional. The ID of a dbt Cloud account.
@@ -362,7 +362,7 @@ class DbtCloudHook(HttpHook):
362
362
  project_id: int | None = None,
363
363
  ) -> list[Response]:
364
364
  """
365
- Retrieves metadata for all jobs tied to a specified dbt Cloud account.
365
+ Retrieve metadata for all jobs tied to a specified dbt Cloud account.
366
366
 
367
367
  If a ``project_id`` is supplied, only jobs pertaining to this project will be retrieved.
368
368
 
@@ -381,7 +381,7 @@ class DbtCloudHook(HttpHook):
381
381
  @fallback_to_default_account
382
382
  def get_job(self, job_id: int, account_id: int | None = None) -> Response:
383
383
  """
384
- Retrieves metadata for a specific job.
384
+ Retrieve metadata for a specific job.
385
385
 
386
386
  :param job_id: The ID of a dbt Cloud job.
387
387
  :param account_id: Optional. The ID of a dbt Cloud account.
@@ -438,7 +438,7 @@ class DbtCloudHook(HttpHook):
438
438
  order_by: str | None = None,
439
439
  ) -> list[Response]:
440
440
  """
441
- Retrieves metadata for all dbt Cloud job runs for an account.
441
+ Retrieve metadata for all dbt Cloud job runs for an account.
442
442
 
443
443
  If a ``job_definition_id`` is supplied, only metadata for runs of that specific job are pulled.
444
444
 
@@ -465,7 +465,7 @@ class DbtCloudHook(HttpHook):
465
465
  self, run_id: int, account_id: int | None = None, include_related: list[str] | None = None
466
466
  ) -> Response:
467
467
  """
468
- Retrieves metadata for a specific run of a dbt Cloud job.
468
+ Retrieve metadata for a specific run of a dbt Cloud job.
469
469
 
470
470
  :param run_id: The ID of a dbt Cloud job run.
471
471
  :param account_id: Optional. The ID of a dbt Cloud account.
@@ -480,7 +480,7 @@ class DbtCloudHook(HttpHook):
480
480
 
481
481
  def get_job_run_status(self, run_id: int, account_id: int | None = None) -> int:
482
482
  """
483
- Retrieves the status for a specific run of a dbt Cloud job.
483
+ Retrieve the status for a specific run of a dbt Cloud job.
484
484
 
485
485
  :param run_id: The ID of a dbt Cloud job run.
486
486
  :param account_id: Optional. The ID of a dbt Cloud account.
@@ -504,7 +504,7 @@ class DbtCloudHook(HttpHook):
504
504
  timeout: int = 60 * 60 * 24 * 7,
505
505
  ) -> bool:
506
506
  """
507
- Waits for a dbt Cloud job run to match an expected status.
507
+ Wait for a dbt Cloud job run to match an expected status.
508
508
 
509
509
  :param run_id: The ID of a dbt Cloud job run.
510
510
  :param account_id: Optional. The ID of a dbt Cloud account.
@@ -555,7 +555,7 @@ class DbtCloudHook(HttpHook):
555
555
  self, run_id: int, account_id: int | None = None, step: int | None = None
556
556
  ) -> list[Response]:
557
557
  """
558
- Retrieves a list of the available artifact files generated for a completed run of a dbt Cloud job.
558
+ Retrieve a list of the available artifact files generated for a completed run of a dbt Cloud job.
559
559
 
560
560
  By default, this returns artifacts from the last step in the run. To
561
561
  list artifacts from other steps in the run, use the ``step`` parameter.
@@ -576,7 +576,7 @@ class DbtCloudHook(HttpHook):
576
576
  self, run_id: int, path: str, account_id: int | None = None, step: int | None = None
577
577
  ) -> Response:
578
578
  """
579
- Retrieves a list of the available artifact files generated for a completed run of a dbt Cloud job.
579
+ Retrieve a list of the available artifact files generated for a completed run of a dbt Cloud job.
580
580
 
581
581
  By default, this returns artifacts from the last step in the run. To
582
582
  list artifacts from other steps in the run, use the ``step`` parameter.
@@ -604,7 +604,7 @@ class DbtCloudHook(HttpHook):
604
604
  step: int | None = None,
605
605
  ):
606
606
  """
607
- Retrieves a list of chosen artifact files generated for a step in completed run of a dbt Cloud job.
607
+ Retrieve a list of chosen artifact files generated for a step in completed run of a dbt Cloud job.
608
608
 
609
609
  By default, this returns artifacts from the last step in the run.
610
610
  This takes advantage of the asynchronous calls to speed up the retrieval.
@@ -24,7 +24,6 @@ from pathlib import Path
24
24
  from typing import TYPE_CHECKING, Any
25
25
 
26
26
  from airflow.configuration import conf
27
- from airflow.exceptions import AirflowException
28
27
  from airflow.models import BaseOperator, BaseOperatorLink, XCom
29
28
  from airflow.providers.dbt.cloud.hooks.dbt import (
30
29
  DbtCloudHook,
@@ -189,15 +188,13 @@ class DbtCloudRunJobOperator(BaseOperator):
189
188
  return self.run_id
190
189
 
191
190
  def execute_complete(self, context: Context, event: dict[str, Any]) -> int:
192
- """
193
- Callback for when the trigger fires - returns immediately.
194
-
195
- Relies on trigger to throw an exception, otherwise it assumes execution was successful.
196
- """
197
- if event["status"] == "error":
198
- raise AirflowException(event["message"])
199
- self.log.info(event["message"])
191
+ """Execute when the trigger fires - returns immediately."""
200
192
  self.run_id = event["run_id"]
193
+ if event["status"] == "cancelled":
194
+ raise DbtCloudJobRunException(f"Job run {self.run_id} has been cancelled.")
195
+ elif event["status"] == "error":
196
+ raise DbtCloudJobRunException(f"Job run {self.run_id} has failed.")
197
+ self.log.info(event["message"])
201
198
  return int(event["run_id"])
202
199
 
203
200
  def on_kill(self) -> None:
@@ -220,7 +217,7 @@ class DbtCloudRunJobOperator(BaseOperator):
220
217
 
221
218
  def get_openlineage_facets_on_complete(self, task_instance) -> OperatorLineage:
222
219
  """
223
- Implementing _on_complete because job_run needs to be triggered first in execute method.
220
+ Implement _on_complete because job_run needs to be triggered first in execute method.
224
221
 
225
222
  This should send additional events only if operator `wait_for_termination` is set to True.
226
223
  """
@@ -130,7 +130,8 @@ class DbtCloudJobRunSensor(BaseSensorOperator):
130
130
  )
131
131
 
132
132
  def execute_complete(self, context: Context, event: dict[str, Any]) -> int:
133
- """Callback for when the trigger fires - returns immediately.
133
+ """
134
+ Execute when the trigger fires - returns immediately.
134
135
 
135
136
  This relies on trigger to throw an exception, otherwise it assumes
136
137
  execution was successful.
@@ -144,12 +145,13 @@ class DbtCloudJobRunSensor(BaseSensorOperator):
144
145
  return int(event["run_id"])
145
146
 
146
147
  def get_openlineage_facets_on_complete(self, task_instance) -> OperatorLineage:
147
- """Implementing _on_complete because job_run needs to be triggered first in execute method."""
148
+ """Implement _on_complete because job_run needs to be triggered first in execute method."""
148
149
  return generate_openlineage_events_from_dbt_cloud_run(operator=self, task_instance=task_instance)
149
150
 
150
151
 
151
152
  class DbtCloudJobRunAsyncSensor(DbtCloudJobRunSensor):
152
- """This class is deprecated.
153
+ """
154
+ This class is deprecated.
153
155
 
154
156
  Please use :class:`airflow.providers.dbt.cloud.sensor.dbt.DbtCloudJobRunSensor`
155
157
  with ``deferrable=True``.
@@ -52,7 +52,7 @@ class DbtCloudRunJobTrigger(BaseTrigger):
52
52
  self.poll_interval = poll_interval
53
53
 
54
54
  def serialize(self) -> tuple[str, dict[str, Any]]:
55
- """Serializes DbtCloudRunJobTrigger arguments and classpath."""
55
+ """Serialize DbtCloudRunJobTrigger arguments and classpath."""
56
56
  return (
57
57
  "airflow.providers.dbt.cloud.triggers.dbt.DbtCloudRunJobTrigger",
58
58
  {
@@ -32,7 +32,7 @@ def generate_openlineage_events_from_dbt_cloud_run(
32
32
  operator: DbtCloudRunJobOperator | DbtCloudJobRunSensor, task_instance: TaskInstance
33
33
  ) -> OperatorLineage:
34
34
  """
35
- Common method generating OpenLineage events from the DBT Cloud run.
35
+ Generate OpenLineage events from the DBT Cloud run.
36
36
 
37
37
  This function retrieves information about a DBT Cloud run, including the associated job,
38
38
  project, and execution details. It processes the run's artifacts, such as the manifest and run results,
@@ -83,7 +83,7 @@ def generate_openlineage_events_from_dbt_cloud_run(
83
83
  catalog = operator.hook.get_job_run_artifact(operator.run_id, path="catalog.json").json()["data"]
84
84
 
85
85
  async def get_artifacts_for_steps(steps, artifacts):
86
- """Gets artifacts for a list of steps concurrently."""
86
+ """Get artifacts for a list of steps concurrently."""
87
87
  tasks = [
88
88
  operator.hook.get_job_run_artifacts_concurrently(
89
89
  run_id=operator.run_id,
@@ -1,19 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-dbt-cloud
3
- Version: 3.4.0
4
- Summary: Provider for Apache Airflow. Implements apache-airflow-providers-dbt-cloud package
5
- Home-page: https://airflow.apache.org/
6
- Download-URL: https://archive.apache.org/dist/airflow/providers
7
- Author: Apache Software Foundation
8
- Author-email: dev@airflow.apache.org
9
- License: Apache License 2.0
10
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.4.0/
11
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.4.0/changelog.html
12
- Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
13
- Project-URL: Source Code, https://github.com/apache/airflow
14
- Project-URL: Slack Chat, https://s.apache.org/airflow-slack
15
- Project-URL: Twitter, https://twitter.com/ApacheAirflow
16
- Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
3
+ Version: 3.4.1
4
+ Summary: Provider package apache-airflow-providers-dbt-cloud for Apache Airflow
5
+ Keywords: airflow-provider,dbt.cloud,airflow,integration
6
+ Author-email: Apache Software Foundation <dev@airflow.apache.org>
7
+ Maintainer-email: Apache Software Foundation <dev@airflow.apache.org>
8
+ Requires-Python: ~=3.8
9
+ Description-Content-Type: text/x-rst
17
10
  Classifier: Development Status :: 5 - Production/Stable
18
11
  Classifier: Environment :: Console
19
12
  Classifier: Environment :: Web Environment
@@ -27,18 +20,21 @@ Classifier: Programming Language :: Python :: 3.9
27
20
  Classifier: Programming Language :: Python :: 3.10
28
21
  Classifier: Programming Language :: Python :: 3.11
29
22
  Classifier: Topic :: System :: Monitoring
30
- Requires-Python: ~=3.8
31
- Description-Content-Type: text/x-rst
32
- License-File: LICENSE
33
- License-File: NOTICE
34
23
  Requires-Dist: aiohttp
35
24
  Requires-Dist: apache-airflow-providers-http
36
- Requires-Dist: apache-airflow >=2.5.0
25
+ Requires-Dist: apache-airflow>=2.5.0
37
26
  Requires-Dist: asgiref
27
+ Requires-Dist: apache-airflow-providers-http ; extra == "http"
28
+ Requires-Dist: apache-airflow-providers-openlineage ; extra == "openlineage"
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.4.1/changelog.html
31
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.4.1
32
+ Project-URL: Slack Chat, https://s.apache.org/airflow-slack
33
+ Project-URL: Source Code, https://github.com/apache/airflow
34
+ Project-URL: Twitter, https://twitter.com/ApacheAirflow
35
+ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
38
36
  Provides-Extra: http
39
- Requires-Dist: apache-airflow-providers-http ; extra == 'http'
40
37
  Provides-Extra: openlineage
41
- Requires-Dist: apache-airflow-providers-openlineage ; extra == 'openlineage'
42
38
 
43
39
 
44
40
  .. Licensed to the Apache Software Foundation (ASF) under one
@@ -75,10 +71,16 @@ Requires-Dist: apache-airflow-providers-openlineage ; extra == 'openlineage'
75
71
  specific language governing permissions and limitations
76
72
  under the License.
77
73
 
74
+ .. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE
75
+ OVERWRITTEN WHEN PREPARING PACKAGES.
76
+
77
+ .. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
78
+ `PROVIDER_README_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
79
+
78
80
 
79
81
  Package ``apache-airflow-providers-dbt-cloud``
80
82
 
81
- Release: ``3.4.0``
83
+ Release: ``3.4.1``
82
84
 
83
85
 
84
86
  `dbt Cloud <https://www.getdbt.com/product/what-is-dbt/>`__
@@ -91,8 +93,7 @@ This is a provider package for ``dbt.cloud`` provider. All classes for this prov
91
93
  are in ``airflow.providers.dbt.cloud`` python package.
92
94
 
93
95
  You can find package information and changelog for the provider
94
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.4.0/>`_.
95
-
96
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.4.1/>`_.
96
97
 
97
98
  Installation
98
99
  ------------
@@ -136,4 +137,4 @@ Dependent package
136
137
  ============================================================================================================== ===============
137
138
 
138
139
  The changelog for the provider package can be found in the
139
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.4.0/changelog.html>`_.
140
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-dbt-cloud/3.4.1/changelog.html>`_.
@@ -0,0 +1,17 @@
1
+ airflow/providers/dbt/cloud/LICENSE,sha256=ywUBpKZc7Jb96rVt5I3IDbg7dIJAbUSHkuoDcF3jbH4,13569
2
+ airflow/providers/dbt/cloud/__init__.py,sha256=ERUb5cjr0yXxa9d6eu2TCbQNuSPiQn2E5UY2j3RW8C4,1584
3
+ airflow/providers/dbt/cloud/get_provider_info.py,sha256=TZpeB6J1nkppm9aooYHbzTrAiasU_BH9gIt54bQ4SQQ,3120
4
+ airflow/providers/dbt/cloud/hooks/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
5
+ airflow/providers/dbt/cloud/hooks/dbt.py,sha256=L1SGT0hzPx94Vz76RioLkDHbfiTKjLRUsWG1r6gBrMs,25507
6
+ airflow/providers/dbt/cloud/operators/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
7
+ airflow/providers/dbt/cloud/operators/dbt.py,sha256=U_J5lJIb3J85JnliTF_k53eZo6vwsaPwDHxoAYfHSDo,14584
8
+ airflow/providers/dbt/cloud/sensors/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
9
+ airflow/providers/dbt/cloud/sensors/dbt.py,sha256=-26DWU_QRKmYb1XSGJNrKRUZU28XEVl0b4NWdd-4LuY,6857
10
+ airflow/providers/dbt/cloud/triggers/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
11
+ airflow/providers/dbt/cloud/triggers/dbt.py,sha256=NqbxQLEbAHO5ctrxwMHLsJKU_NiqxzBwNyuODC3B2pA,4648
12
+ airflow/providers/dbt/cloud/utils/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
13
+ airflow/providers/dbt/cloud/utils/openlineage.py,sha256=6zrRk0EafJGXx-n1qmIWt3z9IIMfLDwkZeSHdgbKq84,5544
14
+ apache_airflow_providers_dbt_cloud-3.4.1.dist-info/entry_points.txt,sha256=c18L1WEEK18WQeEGrm9kMVqutiYJHiWGH5jU1JqnToE,105
15
+ apache_airflow_providers_dbt_cloud-3.4.1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
16
+ apache_airflow_providers_dbt_cloud-3.4.1.dist-info/METADATA,sha256=PcHisBe0iaRofDEu4dwH7iXN9EZfcCTwSLKPslOHNz4,6247
17
+ apache_airflow_providers_dbt_cloud-3.4.1.dist-info/RECORD,,
@@ -1,5 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.2)
2
+ Generator: flit 3.9.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
-
@@ -0,0 +1,3 @@
1
+ [apache_airflow_provider]
2
+ provider_info=airflow.providers.dbt.cloud.get_provider_info:get_provider_info
3
+
@@ -1,6 +0,0 @@
1
- Apache Airflow
2
- Copyright 2016-2021 The Apache Software Foundation
3
-
4
- This product includes software developed at The Apache Software
5
- Foundation (http://www.apache.org/).
6
- =======================================================================
@@ -1,19 +0,0 @@
1
- airflow/providers/dbt/cloud/__init__.py,sha256=ts4yvFIQ9CJNDvz9WaoIvj4ie0gKBtT1cGQPcCYByls,1578
2
- airflow/providers/dbt/cloud/get_provider_info.py,sha256=khQhfxNNFgrzzZGF5f7ne6hC5hzb08nYCa6xxJSFoNc,3029
3
- airflow/providers/dbt/cloud/hooks/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
4
- airflow/providers/dbt/cloud/hooks/dbt.py,sha256=MIFM5-33XdJ57OK_84jy-o_9Glv6hqUHvKMmjezdWVI,25559
5
- airflow/providers/dbt/cloud/operators/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
6
- airflow/providers/dbt/cloud/operators/dbt.py,sha256=DHpLZhqxY8EN6UWDu7mDj72o0U5JTxm5edtidGDg4vU,14595
7
- airflow/providers/dbt/cloud/sensors/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
8
- airflow/providers/dbt/cloud/sensors/dbt.py,sha256=ezUjuWA9ymrObBtatVr78XSo9j2GVnQurz0zqI69emQ,6851
9
- airflow/providers/dbt/cloud/triggers/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
10
- airflow/providers/dbt/cloud/triggers/dbt.py,sha256=TGBevYo4pcZT_x7bist5H5d9gl_YbNypXG71n_6DcgM,4649
11
- airflow/providers/dbt/cloud/utils/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
12
- airflow/providers/dbt/cloud/utils/openlineage.py,sha256=HhrTu5lEbOh8MgAmADUZoeEKyyrmLDRGquFcW1xglL4,5561
13
- apache_airflow_providers_dbt_cloud-3.4.0.dist-info/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
14
- apache_airflow_providers_dbt_cloud-3.4.0.dist-info/METADATA,sha256=7beN7DtPuaAGpYvRUU0YteB8GMcyU1mUKIvW7B-EwAw,6031
15
- apache_airflow_providers_dbt_cloud-3.4.0.dist-info/NOTICE,sha256=m-6s2XynUxVSUIxO4rVablAZCvFq-wmLrqV91DotRBw,240
16
- apache_airflow_providers_dbt_cloud-3.4.0.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
17
- apache_airflow_providers_dbt_cloud-3.4.0.dist-info/entry_points.txt,sha256=k8OVpnO31CZUDg6GUidxo_K0s-awqUtzwgleihksBkY,106
18
- apache_airflow_providers_dbt_cloud-3.4.0.dist-info/top_level.txt,sha256=OeMVH5md7fr2QQWpnZoOWWxWO-0WH1IP70lpTVwopPg,8
19
- apache_airflow_providers_dbt_cloud-3.4.0.dist-info/RECORD,,
@@ -1,2 +0,0 @@
1
- [apache_airflow_provider]
2
- provider_info = airflow.providers.dbt.cloud.get_provider_info:get_provider_info