apache-airflow-providers-teradata 3.2.0rc1__tar.gz → 3.2.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-teradata might be problematic. Click here for more details.
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/PKG-INFO +10 -8
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/README.rst +5 -4
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/docs/changelog.rst +17 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/docs/index.rst +5 -3
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/provider.yaml +2 -1
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/pyproject.toml +5 -4
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/src/airflow/__init__.py +1 -1
- {apache_airflow_providers_teradata-3.2.0rc1/tests/system → apache_airflow_providers_teradata-3.2.1rc1/src/airflow/providers}/__init__.py +1 -1
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/src/airflow/providers/teradata/__init__.py +1 -1
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/src/airflow/providers/teradata/hooks/ttu.py +1 -5
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/src/airflow/providers/teradata/operators/teradata_compute_cluster.py +0 -4
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/src/airflow/providers/teradata/version_compat.py +8 -2
- {apache_airflow_providers_teradata-3.2.0rc1/src/airflow/providers → apache_airflow_providers_teradata-3.2.1rc1/tests/system}/__init__.py +1 -1
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/unit/__init__.py +1 -1
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/docs/.latest-doc-only-change.txt +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/docs/commits.rst +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/docs/conf.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/docs/connections/teradata.rst +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/docs/installing-providers-from-sources.rst +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/docs/integration-logos/Teradata.png +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/docs/operators/azure_blob_to_teradata.rst +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/docs/operators/bteq.rst +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/docs/operators/compute_cluster.rst +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/docs/operators/index.rst +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/docs/operators/s3_to_teradata.rst +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/docs/operators/teradata.rst +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/docs/operators/teradata_to_teradata.rst +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/docs/security.rst +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/src/airflow/providers/teradata/LICENSE +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/src/airflow/providers/teradata/get_provider_info.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/src/airflow/providers/teradata/hooks/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/src/airflow/providers/teradata/hooks/bteq.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/src/airflow/providers/teradata/hooks/teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/src/airflow/providers/teradata/operators/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/src/airflow/providers/teradata/operators/bteq.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/src/airflow/providers/teradata/operators/teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/src/airflow/providers/teradata/transfers/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/src/airflow/providers/teradata/transfers/azure_blob_to_teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/src/airflow/providers/teradata/transfers/s3_to_teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/src/airflow/providers/teradata/transfers/teradata_to_teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/src/airflow/providers/teradata/triggers/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/src/airflow/providers/teradata/triggers/teradata_compute_cluster.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/src/airflow/providers/teradata/utils/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/src/airflow/providers/teradata/utils/bteq_util.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/src/airflow/providers/teradata/utils/constants.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/src/airflow/providers/teradata/utils/encryption_utils.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/conftest.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/system/teradata/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/system/teradata/create_ssl_table.sql +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/system/teradata/create_table.sql +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/system/teradata/example_azure_blob_to_teradata_transfer.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/system/teradata/example_bteq.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/system/teradata/example_remote_bteq.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/system/teradata/example_s3_to_teradata_transfer.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/system/teradata/example_ssl_teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/system/teradata/example_teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/system/teradata/example_teradata_call_sp.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/system/teradata/example_teradata_compute_cluster.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/system/teradata/example_teradata_to_teradata_transfer.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/system/teradata/script +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/system/teradata/script.bteq +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/system/teradata/script.sql +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/system/teradata/script_utf16.bteq +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/unit/teradata/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/unit/teradata/hooks/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/unit/teradata/hooks/test_bteq.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/unit/teradata/hooks/test_teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/unit/teradata/hooks/test_ttu.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/unit/teradata/operators/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/unit/teradata/operators/test_bteq.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/unit/teradata/operators/test_teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/unit/teradata/operators/test_teradata_compute_cluster.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/unit/teradata/transfers/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/unit/teradata/transfers/test_azure_blob_to_teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/unit/teradata/transfers/test_s3_to_teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/unit/teradata/transfers/test_teradata_to_teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/unit/teradata/triggers/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/unit/teradata/triggers/test_teradata_compute_cluster.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/unit/teradata/utils/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/unit/teradata/utils/test_bteq_util.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/unit/teradata/utils/test_constants.py +0 -0
- {apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/tests/unit/teradata/utils/test_encryption_utils.py +0 -0
{apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/PKG-INFO
RENAMED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-airflow-providers-teradata
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.1rc1
|
|
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>
|
|
7
7
|
Maintainer-email: Apache Software Foundation <dev@airflow.apache.org>
|
|
8
|
-
Requires-Python:
|
|
8
|
+
Requires-Python: >=3.10
|
|
9
9
|
Description-Content-Type: text/x-rst
|
|
10
10
|
Classifier: Development Status :: 5 - Production/Stable
|
|
11
11
|
Classifier: Environment :: Console
|
|
@@ -18,6 +18,7 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.10
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.11
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.12
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
21
22
|
Classifier: Topic :: System :: Monitoring
|
|
22
23
|
Requires-Dist: apache-airflow>=2.10.0rc1
|
|
23
24
|
Requires-Dist: apache-airflow-providers-common-sql>=1.20.0rc1
|
|
@@ -27,8 +28,8 @@ Requires-Dist: apache-airflow-providers-amazon ; extra == "amazon"
|
|
|
27
28
|
Requires-Dist: apache-airflow-providers-microsoft-azure ; extra == "microsoft-azure"
|
|
28
29
|
Requires-Dist: apache-airflow-providers-ssh ; extra == "ssh"
|
|
29
30
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
30
|
-
Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-teradata/3.2.
|
|
31
|
-
Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-teradata/3.2.
|
|
31
|
+
Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-teradata/3.2.1/changelog.html
|
|
32
|
+
Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-teradata/3.2.1
|
|
32
33
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
|
33
34
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
34
35
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
@@ -62,8 +63,9 @@ Provides-Extra: ssh
|
|
|
62
63
|
|
|
63
64
|
Package ``apache-airflow-providers-teradata``
|
|
64
65
|
|
|
65
|
-
Release: ``3.2.
|
|
66
|
+
Release: ``3.2.1``
|
|
66
67
|
|
|
68
|
+
Release Date: ``|PypiReleaseDate|``
|
|
67
69
|
|
|
68
70
|
`Teradata <https://www.teradata.com/>`__
|
|
69
71
|
|
|
@@ -75,7 +77,7 @@ This is a provider package for ``teradata`` provider. All classes for this provi
|
|
|
75
77
|
are in ``airflow.providers.teradata`` python package.
|
|
76
78
|
|
|
77
79
|
You can find package information and changelog for the provider
|
|
78
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.2.
|
|
80
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.2.1/>`_.
|
|
79
81
|
|
|
80
82
|
Installation
|
|
81
83
|
------------
|
|
@@ -84,7 +86,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
|
|
|
84
86
|
for the minimum Airflow version supported) via
|
|
85
87
|
``pip install apache-airflow-providers-teradata``
|
|
86
88
|
|
|
87
|
-
The package supports the following python versions: 3.10,3.11,3.12
|
|
89
|
+
The package supports the following python versions: 3.10,3.11,3.12,3.13
|
|
88
90
|
|
|
89
91
|
Requirements
|
|
90
92
|
------------
|
|
@@ -121,5 +123,5 @@ Dependent package
|
|
|
121
123
|
====================================================================================================================== ===================
|
|
122
124
|
|
|
123
125
|
The changelog for the provider package can be found in the
|
|
124
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.2.
|
|
126
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.2.1/changelog.html>`_.
|
|
125
127
|
|
{apache_airflow_providers_teradata-3.2.0rc1 → apache_airflow_providers_teradata-3.2.1rc1}/README.rst
RENAMED
|
@@ -23,8 +23,9 @@
|
|
|
23
23
|
|
|
24
24
|
Package ``apache-airflow-providers-teradata``
|
|
25
25
|
|
|
26
|
-
Release: ``3.2.
|
|
26
|
+
Release: ``3.2.1``
|
|
27
27
|
|
|
28
|
+
Release Date: ``|PypiReleaseDate|``
|
|
28
29
|
|
|
29
30
|
`Teradata <https://www.teradata.com/>`__
|
|
30
31
|
|
|
@@ -36,7 +37,7 @@ This is a provider package for ``teradata`` provider. All classes for this provi
|
|
|
36
37
|
are in ``airflow.providers.teradata`` python package.
|
|
37
38
|
|
|
38
39
|
You can find package information and changelog for the provider
|
|
39
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.2.
|
|
40
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.2.1/>`_.
|
|
40
41
|
|
|
41
42
|
Installation
|
|
42
43
|
------------
|
|
@@ -45,7 +46,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
|
|
|
45
46
|
for the minimum Airflow version supported) via
|
|
46
47
|
``pip install apache-airflow-providers-teradata``
|
|
47
48
|
|
|
48
|
-
The package supports the following python versions: 3.10,3.11,3.12
|
|
49
|
+
The package supports the following python versions: 3.10,3.11,3.12,3.13
|
|
49
50
|
|
|
50
51
|
Requirements
|
|
51
52
|
------------
|
|
@@ -82,4 +83,4 @@ Dependent package
|
|
|
82
83
|
====================================================================================================================== ===================
|
|
83
84
|
|
|
84
85
|
The changelog for the provider package can be found in the
|
|
85
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.2.
|
|
86
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.2.1/changelog.html>`_.
|
|
@@ -25,6 +25,23 @@
|
|
|
25
25
|
Changelog
|
|
26
26
|
---------
|
|
27
27
|
|
|
28
|
+
3.2.1
|
|
29
|
+
.....
|
|
30
|
+
|
|
31
|
+
Misc
|
|
32
|
+
~~~~
|
|
33
|
+
|
|
34
|
+
* ``Add Python 3.13 support for Airflow. (#46891)``
|
|
35
|
+
* ``Remove type ignore across codebase after mypy upgrade (#53243)``
|
|
36
|
+
* ``Cleanup type ignores in teradata provider where possible (#53254)``
|
|
37
|
+
* ``Make teradata provider compatible with mypy 1.16.1 (#53128)``
|
|
38
|
+
* ``Remove upper-binding for "python-requires" (#52980)``
|
|
39
|
+
* ``Temporarily switch to use >=,< pattern instead of '~=' (#52967)``
|
|
40
|
+
* ``Move all BaseHook usages to version_compat in teradata provider (#52858)``
|
|
41
|
+
|
|
42
|
+
.. Below changes are excluded from the changelog. Move them to
|
|
43
|
+
appropriate section above if needed. Do not delete the lines(!):
|
|
44
|
+
|
|
28
45
|
3.2.0
|
|
29
46
|
.....
|
|
30
47
|
|
|
@@ -77,7 +77,9 @@ apache-airflow-providers-teradata package
|
|
|
77
77
|
`Teradata <https://www.teradata.com/>`__
|
|
78
78
|
|
|
79
79
|
|
|
80
|
-
Release: 3.2.
|
|
80
|
+
Release: 3.2.1
|
|
81
|
+
|
|
82
|
+
Release Date: ``|PypiReleaseDate|``
|
|
81
83
|
|
|
82
84
|
Provider package
|
|
83
85
|
----------------
|
|
@@ -134,5 +136,5 @@ Downloading official packages
|
|
|
134
136
|
You can download officially released packages and verify their checksums and signatures from the
|
|
135
137
|
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
|
|
136
138
|
|
|
137
|
-
* `The apache-airflow-providers-teradata 3.2.
|
|
138
|
-
* `The apache-airflow-providers-teradata 3.2.
|
|
139
|
+
* `The apache-airflow-providers-teradata 3.2.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_teradata-3.2.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_teradata-3.2.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_teradata-3.2.1.tar.gz.sha512>`__)
|
|
140
|
+
* `The apache-airflow-providers-teradata 3.2.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_teradata-3.2.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_teradata-3.2.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_teradata-3.2.1-py3-none-any.whl.sha512>`__)
|
|
@@ -22,12 +22,13 @@ description: |
|
|
|
22
22
|
`Teradata <https://www.teradata.com/>`__
|
|
23
23
|
|
|
24
24
|
state: ready
|
|
25
|
-
source-date-epoch:
|
|
25
|
+
source-date-epoch: 1753692055
|
|
26
26
|
# Note that those versions are maintained by release manager - do not update them manually
|
|
27
27
|
# with the exception of case where other provider in sources has >= new provider version.
|
|
28
28
|
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
|
|
29
29
|
# to be done in the same PR
|
|
30
30
|
versions:
|
|
31
|
+
- 3.2.1
|
|
31
32
|
- 3.2.0
|
|
32
33
|
- 3.1.0
|
|
33
34
|
- 3.0.3
|
|
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
|
|
|
25
25
|
|
|
26
26
|
[project]
|
|
27
27
|
name = "apache-airflow-providers-teradata"
|
|
28
|
-
version = "3.2.
|
|
28
|
+
version = "3.2.1rc1"
|
|
29
29
|
description = "Provider package apache-airflow-providers-teradata for Apache Airflow"
|
|
30
30
|
readme = "README.rst"
|
|
31
31
|
authors = [
|
|
@@ -47,9 +47,10 @@ classifiers = [
|
|
|
47
47
|
"Programming Language :: Python :: 3.10",
|
|
48
48
|
"Programming Language :: Python :: 3.11",
|
|
49
49
|
"Programming Language :: Python :: 3.12",
|
|
50
|
+
"Programming Language :: Python :: 3.13",
|
|
50
51
|
"Topic :: System :: Monitoring",
|
|
51
52
|
]
|
|
52
|
-
requires-python = "
|
|
53
|
+
requires-python = ">=3.10"
|
|
53
54
|
|
|
54
55
|
# The dependencies should be modified in place in the generated file.
|
|
55
56
|
# Any change in the dependencies is preserved when the file is regenerated
|
|
@@ -113,8 +114,8 @@ apache-airflow-providers-common-sql = {workspace = true}
|
|
|
113
114
|
apache-airflow-providers-standard = {workspace = true}
|
|
114
115
|
|
|
115
116
|
[project.urls]
|
|
116
|
-
"Documentation" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-teradata/3.2.
|
|
117
|
-
"Changelog" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-teradata/3.2.
|
|
117
|
+
"Documentation" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-teradata/3.2.1"
|
|
118
|
+
"Changelog" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-teradata/3.2.1/changelog.html"
|
|
118
119
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
|
119
120
|
"Source Code" = "https://github.com/apache/airflow"
|
|
120
121
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
# KIND, either express or implied. See the License for the
|
|
15
15
|
# specific language governing permissions and limitations
|
|
16
16
|
# under the License.
|
|
17
|
-
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
|
17
|
+
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
# KIND, either express or implied. See the License for the
|
|
15
15
|
# specific language governing permissions and limitations
|
|
16
16
|
# under the License.
|
|
17
|
-
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
|
17
|
+
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
|
29
29
|
|
|
30
30
|
__all__ = ["__version__"]
|
|
31
31
|
|
|
32
|
-
__version__ = "3.2.
|
|
32
|
+
__version__ = "3.2.1"
|
|
33
33
|
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
35
35
|
"2.10.0"
|
|
@@ -22,11 +22,7 @@ from abc import ABC
|
|
|
22
22
|
from typing import Any
|
|
23
23
|
|
|
24
24
|
from airflow.exceptions import AirflowException
|
|
25
|
-
|
|
26
|
-
try:
|
|
27
|
-
from airflow.sdk import BaseHook
|
|
28
|
-
except ImportError:
|
|
29
|
-
from airflow.hooks.base import BaseHook # type: ignore[attr-defined,no-redef]
|
|
25
|
+
from airflow.providers.teradata.version_compat import BaseHook
|
|
30
26
|
|
|
31
27
|
|
|
32
28
|
class TtuHook(BaseHook, ABC):
|
|
@@ -268,7 +268,6 @@ class TeradataComputeClusterProvisionOperator(_TeradataComputeClusterOperator):
|
|
|
268
268
|
Lake, effectively creates the compute cluster.
|
|
269
269
|
Airflow runs this method on the worker and defers using the trigger.
|
|
270
270
|
"""
|
|
271
|
-
super().execute(context)
|
|
272
271
|
return self._compute_cluster_execute()
|
|
273
272
|
|
|
274
273
|
def _compute_cluster_execute(self):
|
|
@@ -356,7 +355,6 @@ class TeradataComputeClusterDecommissionOperator(_TeradataComputeClusterOperator
|
|
|
356
355
|
Lake, effectively drops the compute cluster.
|
|
357
356
|
Airflow runs this method on the worker and defers using the trigger.
|
|
358
357
|
"""
|
|
359
|
-
super().execute(context)
|
|
360
358
|
return self._compute_cluster_execute()
|
|
361
359
|
|
|
362
360
|
def _compute_cluster_execute(self):
|
|
@@ -417,7 +415,6 @@ class TeradataComputeClusterResumeOperator(_TeradataComputeClusterOperator):
|
|
|
417
415
|
Lake, effectively resumes the compute cluster.
|
|
418
416
|
Airflow runs this method on the worker and defers using the trigger.
|
|
419
417
|
"""
|
|
420
|
-
super().execute(context)
|
|
421
418
|
return self._compute_cluster_execute()
|
|
422
419
|
|
|
423
420
|
def _compute_cluster_execute(self):
|
|
@@ -488,7 +485,6 @@ class TeradataComputeClusterSuspendOperator(_TeradataComputeClusterOperator):
|
|
|
488
485
|
Lake, effectively suspends the compute cluster.
|
|
489
486
|
Airflow runs this method on the worker and defers using the trigger.
|
|
490
487
|
"""
|
|
491
|
-
super().execute(context)
|
|
492
488
|
return self._compute_cluster_execute()
|
|
493
489
|
|
|
494
490
|
def _compute_cluster_execute(self):
|
|
@@ -33,10 +33,16 @@ def get_base_airflow_version_tuple() -> tuple[int, int, int]:
|
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
AIRFLOW_V_3_0_PLUS = get_base_airflow_version_tuple() >= (3, 0, 0)
|
|
36
|
+
AIRFLOW_V_3_1_PLUS: bool = get_base_airflow_version_tuple() >= (3, 1, 0)
|
|
37
|
+
|
|
38
|
+
if AIRFLOW_V_3_1_PLUS:
|
|
39
|
+
from airflow.sdk import BaseHook
|
|
40
|
+
else:
|
|
41
|
+
from airflow.hooks.base import BaseHook # type: ignore[attr-defined,no-redef]
|
|
36
42
|
|
|
37
43
|
if AIRFLOW_V_3_0_PLUS:
|
|
38
44
|
from airflow.sdk import BaseOperator
|
|
39
45
|
else:
|
|
40
|
-
from airflow.models import BaseOperator
|
|
46
|
+
from airflow.models import BaseOperator
|
|
41
47
|
|
|
42
|
-
__all__ = ["AIRFLOW_V_3_0_PLUS", "BaseOperator"]
|
|
48
|
+
__all__ = ["AIRFLOW_V_3_0_PLUS", "AIRFLOW_V_3_1_PLUS", "BaseHook", "BaseOperator"]
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
# KIND, either express or implied. See the License for the
|
|
15
15
|
# specific language governing permissions and limitations
|
|
16
16
|
# under the License.
|
|
17
|
-
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
|
17
|
+
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
# KIND, either express or implied. See the License for the
|
|
15
15
|
# specific language governing permissions and limitations
|
|
16
16
|
# under the License.
|
|
17
|
-
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
|
17
|
+
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|