apache-airflow-providers-teradata 3.0.1__py3-none-any.whl → 3.0.2rc1__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-teradata might be problematic. Click here for more details.

@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
29
29
 
30
30
  __all__ = ["__version__"]
31
31
 
32
- __version__ = "3.0.1"
32
+ __version__ = "3.0.2"
33
33
 
34
34
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
35
35
  "2.9.0"
@@ -27,8 +27,9 @@ def get_provider_info():
27
27
  "name": "Teradata",
28
28
  "description": "`Teradata <https://www.teradata.com/>`__\n",
29
29
  "state": "ready",
30
- "source-date-epoch": 1739964578,
30
+ "source-date-epoch": 1741509940,
31
31
  "versions": [
32
+ "3.0.2",
32
33
  "3.0.1",
33
34
  "3.0.0",
34
35
  "2.6.1",
@@ -107,4 +108,5 @@ def get_provider_info():
107
108
  "microsoft.azure": ["apache-airflow-providers-microsoft-azure"],
108
109
  "amazon": ["apache-airflow-providers-amazon"],
109
110
  },
111
+ "devel-dependencies": [],
110
112
  }
@@ -21,7 +21,7 @@ from collections.abc import AsyncIterator
21
21
  from typing import Any
22
22
 
23
23
  from airflow.exceptions import AirflowException
24
- from airflow.providers.common.sql.hooks.sql import fetch_one_handler
24
+ from airflow.providers.common.sql.hooks.handlers import fetch_one_handler
25
25
  from airflow.providers.teradata.hooks.teradata import TeradataHook
26
26
  from airflow.providers.teradata.utils.constants import Constants
27
27
  from airflow.triggers.base import BaseTrigger, TriggerEvent
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: apache-airflow-providers-teradata
3
- Version: 3.0.1
3
+ Version: 3.0.2rc1
4
4
  Summary: Provider package apache-airflow-providers-teradata for Apache Airflow
5
5
  Keywords: airflow-provider,teradata,airflow,integration
6
6
  Author-email: Apache Software Foundation <dev@airflow.apache.org>
@@ -20,15 +20,15 @@ Classifier: Programming Language :: Python :: 3.10
20
20
  Classifier: Programming Language :: Python :: 3.11
21
21
  Classifier: Programming Language :: Python :: 3.12
22
22
  Classifier: Topic :: System :: Monitoring
23
- Requires-Dist: apache-airflow>=2.9.0
24
- Requires-Dist: apache-airflow-providers-common-sql>=1.20.0
23
+ Requires-Dist: apache-airflow>=2.9.0rc0
24
+ Requires-Dist: apache-airflow-providers-common-sql>=1.20.0rc0
25
25
  Requires-Dist: teradatasqlalchemy>=17.20.0.0
26
26
  Requires-Dist: teradatasql>=17.20.0.28
27
27
  Requires-Dist: apache-airflow-providers-amazon ; extra == "amazon"
28
28
  Requires-Dist: apache-airflow-providers-microsoft-azure ; extra == "microsoft-azure"
29
29
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
30
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.0.1/changelog.html
31
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.0.1
30
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.0.2/changelog.html
31
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.0.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://x.com/ApacheAirflow
@@ -37,32 +37,31 @@ Provides-Extra: amazon
37
37
  Provides-Extra: microsoft-azure
38
38
 
39
39
 
40
- .. Licensed to the Apache Software Foundation (ASF) under one
41
- or more contributor license agreements. See the NOTICE file
42
- distributed with this work for additional information
43
- regarding copyright ownership. The ASF licenses this file
44
- to you under the Apache License, Version 2.0 (the
45
- "License"); you may not use this file except in compliance
46
- with the License. You may obtain a copy of the License at
40
+ .. Licensed to the Apache Software Foundation (ASF) under one
41
+ or more contributor license agreements. See the NOTICE file
42
+ distributed with this work for additional information
43
+ regarding copyright ownership. The ASF licenses this file
44
+ to you under the Apache License, Version 2.0 (the
45
+ "License"); you may not use this file except in compliance
46
+ with the License. You may obtain a copy of the License at
47
47
 
48
- .. http://www.apache.org/licenses/LICENSE-2.0
48
+ .. http://www.apache.org/licenses/LICENSE-2.0
49
49
 
50
- .. Unless required by applicable law or agreed to in writing,
51
- software distributed under the License is distributed on an
52
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
53
- KIND, either express or implied. See the License for the
54
- specific language governing permissions and limitations
55
- under the License.
50
+ .. Unless required by applicable law or agreed to in writing,
51
+ software distributed under the License is distributed on an
52
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
53
+ KIND, either express or implied. See the License for the
54
+ specific language governing permissions and limitations
55
+ under the License.
56
56
 
57
- .. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
58
-
59
- .. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
60
- `PROVIDER_README_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
57
+ .. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
61
58
 
59
+ .. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
60
+ ``PROVIDER_README_TEMPLATE.rst.jinja2`` IN the ``dev/breeze/src/airflow_breeze/templates`` DIRECTORY
62
61
 
63
62
  Package ``apache-airflow-providers-teradata``
64
63
 
65
- Release: ``3.0.1``
64
+ Release: ``3.0.2``
66
65
 
67
66
 
68
67
  `Teradata <https://www.teradata.com/>`__
@@ -75,7 +74,7 @@ This is a provider package for ``teradata`` provider. All classes for this provi
75
74
  are in ``airflow.providers.teradata`` python package.
76
75
 
77
76
  You can find package information and changelog for the provider
78
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.0.1/>`_.
77
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.0.2/>`_.
79
78
 
80
79
  Installation
81
80
  ------------
@@ -120,5 +119,5 @@ Dependent package
120
119
  ====================================================================================================================== ===================
121
120
 
122
121
  The changelog for the provider package can be found in the
123
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.0.1/changelog.html>`_.
122
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.0.2/changelog.html>`_.
124
123
 
@@ -1,6 +1,6 @@
1
1
  airflow/providers/teradata/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
2
- airflow/providers/teradata/__init__.py,sha256=6M5XPDQj2CkM57hDaQMQ7MxZ0iE5R4TM4BaR0QfTElo,1495
3
- airflow/providers/teradata/get_provider_info.py,sha256=mnezC2WvMFqWJKtH-0T7xGW4rk_tyHXFy8auq4Aok3I,4448
2
+ airflow/providers/teradata/__init__.py,sha256=gzMTyxJQu-dl76_-5q_Gjyri1OIjLQK26NoYVPVSkrI,1495
3
+ airflow/providers/teradata/get_provider_info.py,sha256=k_tqlH-LC1qQAEtktLTV7NyE3_2W7r8qWDTYTx9Tuhg,4503
4
4
  airflow/providers/teradata/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
5
5
  airflow/providers/teradata/hooks/teradata.py,sha256=v7jCwOTBlAMtnR5cAakkNn0WSYGELcEACmV8I7yxTW0,10851
6
6
  airflow/providers/teradata/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
@@ -11,10 +11,10 @@ airflow/providers/teradata/transfers/azure_blob_to_teradata.py,sha256=Kcm97lJXAk
11
11
  airflow/providers/teradata/transfers/s3_to_teradata.py,sha256=kWqTg9Z2Sl16BWdJWO3OXrnZveVBrj5byVuZtggfBbY,5674
12
12
  airflow/providers/teradata/transfers/teradata_to_teradata.py,sha256=z3sNPxZB012VZeUcLC16EwkpIUeENu3isw7bzwlb_r8,4018
13
13
  airflow/providers/teradata/triggers/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
14
- airflow/providers/teradata/triggers/teradata_compute_cluster.py,sha256=obMFTVHs5Q6xR6CTV15aLL2sAAmuMCXlomu7P5YEOWQ,6982
14
+ airflow/providers/teradata/triggers/teradata_compute_cluster.py,sha256=hjMTnOpqlbByTtmNdJ9usK7hilEAz4tFXpJoENgFhyo,6987
15
15
  airflow/providers/teradata/utils/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
16
16
  airflow/providers/teradata/utils/constants.py,sha256=ro1FVNsAakal8_uX27aN0DTVO0T9FG4fv9HzBIY2I-w,2253
17
- apache_airflow_providers_teradata-3.0.1.dist-info/entry_points.txt,sha256=JbigXoUoKVSNWG-_-029FCCuehMOmAvuSnNGZ9Bz1Kc,104
18
- apache_airflow_providers_teradata-3.0.1.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
19
- apache_airflow_providers_teradata-3.0.1.dist-info/METADATA,sha256=ElzxkTNFc7xQQlQH1GBFw7YSPiyouLf0GTmuBYV1SVI,5801
20
- apache_airflow_providers_teradata-3.0.1.dist-info/RECORD,,
17
+ apache_airflow_providers_teradata-3.0.2rc1.dist-info/entry_points.txt,sha256=JbigXoUoKVSNWG-_-029FCCuehMOmAvuSnNGZ9Bz1Kc,104
18
+ apache_airflow_providers_teradata-3.0.2rc1.dist-info/WHEEL,sha256=_2ozNFCLWc93bK4WKHCO-eDUENDlo-dgc9cU3qokYO4,82
19
+ apache_airflow_providers_teradata-3.0.2rc1.dist-info/METADATA,sha256=w13mR0AWBT1N5BTxWP8OWo8WLcPiARntC0qnaDPLfN0,5796
20
+ apache_airflow_providers_teradata-3.0.2rc1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: flit 3.10.1
2
+ Generator: flit 3.11.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any