apache-airflow-providers-teradata 2.5.0rc1__py3-none-any.whl → 2.6.0rc1__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,11 +29,11 @@ from airflow import __version__ as airflow_version
29
29
 
30
30
  __all__ = ["__version__"]
31
31
 
32
- __version__ = "2.5.0"
32
+ __version__ = "2.6.0"
33
33
 
34
34
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
35
- "2.7.0"
35
+ "2.8.0"
36
36
  ):
37
37
  raise RuntimeError(
38
- f"The package `apache-airflow-providers-teradata:{__version__}` needs Apache Airflow 2.7.0+"
38
+ f"The package `apache-airflow-providers-teradata:{__version__}` needs Apache Airflow 2.8.0+"
39
39
  )
@@ -28,10 +28,10 @@ def get_provider_info():
28
28
  "name": "Teradata",
29
29
  "description": "`Teradata <https://www.teradata.com/>`__\n",
30
30
  "state": "ready",
31
- "source-date-epoch": 1722664913,
32
- "versions": ["2.5.0", "2.4.0", "2.3.0", "2.2.0", "2.1.1", "2.1.0", "2.0.0"],
31
+ "source-date-epoch": 1723970618,
32
+ "versions": ["2.6.0", "2.5.0", "2.4.0", "2.3.0", "2.2.0", "2.1.1", "2.1.0", "2.0.0"],
33
33
  "dependencies": [
34
- "apache-airflow>=2.7.0",
34
+ "apache-airflow>=2.8.0",
35
35
  "apache-airflow-providers-common-sql>=1.14.1",
36
36
  "teradatasqlalchemy>=17.20.0.0",
37
37
  "teradatasql>=17.20.0.28",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-teradata
3
- Version: 2.5.0rc1
3
+ Version: 2.6.0rc1
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>
@@ -22,15 +22,15 @@ Classifier: Programming Language :: Python :: 3.11
22
22
  Classifier: Programming Language :: Python :: 3.12
23
23
  Classifier: Topic :: System :: Monitoring
24
24
  Requires-Dist: apache-airflow-providers-common-sql>=1.14.1rc0
25
- Requires-Dist: apache-airflow>=2.7.0rc0
25
+ Requires-Dist: apache-airflow>=2.8.0rc0
26
26
  Requires-Dist: teradatasql>=17.20.0.28
27
27
  Requires-Dist: teradatasqlalchemy>=17.20.0.0
28
28
  Requires-Dist: apache-airflow-providers-amazon ; extra == "amazon"
29
29
  Requires-Dist: apache-airflow-providers-common-sql ; extra == "common.sql"
30
30
  Requires-Dist: apache-airflow-providers-microsoft-azure ; extra == "microsoft.azure"
31
31
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
32
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-teradata/2.5.0/changelog.html
33
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-teradata/2.5.0
32
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-teradata/2.6.0/changelog.html
33
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-teradata/2.6.0
34
34
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
35
35
  Project-URL: Source Code, https://github.com/apache/airflow
36
36
  Project-URL: Twitter, https://twitter.com/ApacheAirflow
@@ -83,7 +83,7 @@ Provides-Extra: microsoft.azure
83
83
 
84
84
  Package ``apache-airflow-providers-teradata``
85
85
 
86
- Release: ``2.5.0.rc1``
86
+ Release: ``2.6.0.rc1``
87
87
 
88
88
 
89
89
  `Teradata <https://www.teradata.com/>`__
@@ -96,7 +96,7 @@ This is a provider package for ``teradata`` provider. All classes for this provi
96
96
  are in ``airflow.providers.teradata`` python package.
97
97
 
98
98
  You can find package information and changelog for the provider
99
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-teradata/2.5.0/>`_.
99
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-teradata/2.6.0/>`_.
100
100
 
101
101
  Installation
102
102
  ------------
@@ -113,7 +113,7 @@ Requirements
113
113
  ======================================= ==================
114
114
  PIP package Version required
115
115
  ======================================= ==================
116
- ``apache-airflow`` ``>=2.7.0``
116
+ ``apache-airflow`` ``>=2.8.0``
117
117
  ``apache-airflow-providers-common-sql`` ``>=1.14.1``
118
118
  ``teradatasqlalchemy`` ``>=17.20.0.0``
119
119
  ``teradatasql`` ``>=17.20.0.28``
@@ -141,4 +141,4 @@ Dependent package
141
141
  ====================================================================================================================== ===================
142
142
 
143
143
  The changelog for the provider package can be found in the
144
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-teradata/2.5.0/changelog.html>`_.
144
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-teradata/2.6.0/changelog.html>`_.
@@ -1,6 +1,6 @@
1
1
  airflow/providers/teradata/LICENSE,sha256=FFb4jd2AXnOOf7XLP04pQW6jbdhG49TxlGY6fFpCV1Y,13609
2
- airflow/providers/teradata/__init__.py,sha256=EZP0B3Yhpp5QE3Tfo65bHPmR3Hz968ankkTa7uIt-As,1495
3
- airflow/providers/teradata/get_provider_info.py,sha256=uKS7my3q55IBtcJ9t1nzMOqTjR3KA9kzJePnEpkMTYY,4347
2
+ airflow/providers/teradata/__init__.py,sha256=GRx0btqP6nO2bz9c_2al5RBtGPRH3ZanI8a2QGAC6CI,1495
3
+ airflow/providers/teradata/get_provider_info.py,sha256=Nm-bBzcDOnlJ3o6IutcH_AroitXC7p9Su0fm1YJaj-M,4356
4
4
  airflow/providers/teradata/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
5
5
  airflow/providers/teradata/hooks/teradata.py,sha256=3v8blN5bkOuDqsHRQJKXIcmH_nwZlmOiF_BOED_z7KA,12293
6
6
  airflow/providers/teradata/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
@@ -14,7 +14,7 @@ airflow/providers/teradata/triggers/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL
14
14
  airflow/providers/teradata/triggers/teradata_compute_cluster.py,sha256=IAKuID5abyJknTOn20BznQ0WZugakFTfr806imYcMpY,6955
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-2.5.0rc1.dist-info/entry_points.txt,sha256=JbigXoUoKVSNWG-_-029FCCuehMOmAvuSnNGZ9Bz1Kc,104
18
- apache_airflow_providers_teradata-2.5.0rc1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
19
- apache_airflow_providers_teradata-2.5.0rc1.dist-info/METADATA,sha256=v5kA8p6f2AZLvS2e56J4grhiq2bJ0HrPcRkE48Bb5b0,6801
20
- apache_airflow_providers_teradata-2.5.0rc1.dist-info/RECORD,,
17
+ apache_airflow_providers_teradata-2.6.0rc1.dist-info/entry_points.txt,sha256=JbigXoUoKVSNWG-_-029FCCuehMOmAvuSnNGZ9Bz1Kc,104
18
+ apache_airflow_providers_teradata-2.6.0rc1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
19
+ apache_airflow_providers_teradata-2.6.0rc1.dist-info/METADATA,sha256=ZQ2rGjiGbZgRNsnuDiMrBSbVQ357OW2gO1n56NfsxXw,6801
20
+ apache_airflow_providers_teradata-2.6.0rc1.dist-info/RECORD,,