apache-airflow-providers-teradata 3.0.3rc1__py3-none-any.whl → 3.1.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__ = "3.0.3"
32
+ __version__ = "3.1.0"
33
33
 
34
34
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
35
- "2.9.0"
35
+ "2.10.0"
36
36
  ):
37
37
  raise RuntimeError(
38
- f"The package `apache-airflow-providers-teradata:{__version__}` needs Apache Airflow 2.9.0+"
38
+ f"The package `apache-airflow-providers-teradata:{__version__}` needs Apache Airflow 2.10.0+"
39
39
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apache-airflow-providers-teradata
3
- Version: 3.0.3rc1
3
+ Version: 3.1.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>
@@ -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.0rc0
24
- Requires-Dist: apache-airflow-providers-common-sql>=1.20.0rc0
23
+ Requires-Dist: apache-airflow>=2.10.0rc1
24
+ Requires-Dist: apache-airflow-providers-common-sql>=1.20.0rc1
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.3/changelog.html
31
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.0.3
30
+ Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-teradata/3.1.0/changelog.html
31
+ Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-teradata/3.1.0
32
32
  Project-URL: Mastodon, https://fosstodon.org/@airflow
33
33
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
34
34
  Project-URL: Source Code, https://github.com/apache/airflow
@@ -61,7 +61,7 @@ Provides-Extra: microsoft-azure
61
61
 
62
62
  Package ``apache-airflow-providers-teradata``
63
63
 
64
- Release: ``3.0.3``
64
+ Release: ``3.1.0``
65
65
 
66
66
 
67
67
  `Teradata <https://www.teradata.com/>`__
@@ -74,7 +74,7 @@ This is a provider package for ``teradata`` provider. All classes for this provi
74
74
  are in ``airflow.providers.teradata`` python package.
75
75
 
76
76
  You can find package information and changelog for the provider
77
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.0.3/>`_.
77
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.1.0/>`_.
78
78
 
79
79
  Installation
80
80
  ------------
@@ -91,7 +91,7 @@ Requirements
91
91
  ======================================= ==================
92
92
  PIP package Version required
93
93
  ======================================= ==================
94
- ``apache-airflow`` ``>=2.9.0``
94
+ ``apache-airflow`` ``>=2.10.0``
95
95
  ``apache-airflow-providers-common-sql`` ``>=1.20.0``
96
96
  ``teradatasqlalchemy`` ``>=17.20.0.0``
97
97
  ``teradatasql`` ``>=17.20.0.28``
@@ -119,5 +119,5 @@ Dependent package
119
119
  ====================================================================================================================== ===================
120
120
 
121
121
  The changelog for the provider package can be found in the
122
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.0.3/changelog.html>`_.
122
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.1.0/changelog.html>`_.
123
123
 
@@ -1,5 +1,5 @@
1
1
  airflow/providers/teradata/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
2
- airflow/providers/teradata/__init__.py,sha256=cLyRqDHkmu9WVeYe2GMCU6ieI_m_GQZgPFWREQ7J0lI,1495
2
+ airflow/providers/teradata/__init__.py,sha256=paySx53D2F3C5LDr55f32gk1eHLAD8p6o3d2pk6QbhE,1497
3
3
  airflow/providers/teradata/get_provider_info.py,sha256=lkm3HMP6Yq8hPF0BeAD9uIA2IgJovTMFDR9NPT8pHyU,3718
4
4
  airflow/providers/teradata/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
5
5
  airflow/providers/teradata/hooks/teradata.py,sha256=v7jCwOTBlAMtnR5cAakkNn0WSYGELcEACmV8I7yxTW0,10851
@@ -14,7 +14,7 @@ airflow/providers/teradata/triggers/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL
14
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.3rc1.dist-info/entry_points.txt,sha256=JbigXoUoKVSNWG-_-029FCCuehMOmAvuSnNGZ9Bz1Kc,104
18
- apache_airflow_providers_teradata-3.0.3rc1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
19
- apache_airflow_providers_teradata-3.0.3rc1.dist-info/METADATA,sha256=NFeQaUE-xbMN6gTuh_dOLFc2stGT3CS1PVANPuPgvTA,5792
20
- apache_airflow_providers_teradata-3.0.3rc1.dist-info/RECORD,,
17
+ apache_airflow_providers_teradata-3.1.0rc1.dist-info/entry_points.txt,sha256=JbigXoUoKVSNWG-_-029FCCuehMOmAvuSnNGZ9Bz1Kc,104
18
+ apache_airflow_providers_teradata-3.1.0rc1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
19
+ apache_airflow_providers_teradata-3.1.0rc1.dist-info/METADATA,sha256=fA2OtWXWGzz3KU1w0BX0qRaPzjSMw403FXLjqmPwIT4,5808
20
+ apache_airflow_providers_teradata-3.1.0rc1.dist-info/RECORD,,