apache-airflow-providers-teradata 3.2.3__py3-none-any.whl → 3.4.0__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.
- airflow/providers/teradata/__init__.py +3 -3
- airflow/providers/teradata/get_provider_info.py +9 -0
- airflow/providers/teradata/hooks/bteq.py +1 -1
- airflow/providers/teradata/hooks/tpt.py +499 -0
- airflow/providers/teradata/hooks/ttu.py +1 -2
- airflow/providers/teradata/operators/teradata_compute_cluster.py +1 -1
- airflow/providers/teradata/operators/tpt.py +640 -0
- airflow/providers/teradata/triggers/teradata_compute_cluster.py +1 -1
- airflow/providers/teradata/utils/bteq_util.py +1 -1
- airflow/providers/teradata/utils/tpt_util.py +666 -0
- {apache_airflow_providers_teradata-3.2.3.dist-info → apache_airflow_providers_teradata-3.4.0.dist-info}/METADATA +10 -10
- {apache_airflow_providers_teradata-3.2.3.dist-info → apache_airflow_providers_teradata-3.4.0.dist-info}/RECORD +16 -13
- {apache_airflow_providers_teradata-3.2.3.dist-info → apache_airflow_providers_teradata-3.4.0.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_teradata-3.2.3.dist-info → apache_airflow_providers_teradata-3.4.0.dist-info}/entry_points.txt +0 -0
- {apache_airflow_providers_teradata-3.2.3.dist-info → apache_airflow_providers_teradata-3.4.0.dist-info}/licenses/LICENSE +0 -0
- {apache_airflow_providers_teradata-3.2.3.dist-info → apache_airflow_providers_teradata-3.4.0.dist-info}/licenses/NOTICE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-airflow-providers-teradata
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.4.0
|
|
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,8 +22,8 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
22
22
|
Classifier: Topic :: System :: Monitoring
|
|
23
23
|
License-File: LICENSE
|
|
24
24
|
License-File: NOTICE
|
|
25
|
-
Requires-Dist: apache-airflow>=2.
|
|
26
|
-
Requires-Dist: apache-airflow-providers-common-compat>=1.
|
|
25
|
+
Requires-Dist: apache-airflow>=2.11.0
|
|
26
|
+
Requires-Dist: apache-airflow-providers-common-compat>=1.10.1
|
|
27
27
|
Requires-Dist: apache-airflow-providers-common-sql>=1.20.0
|
|
28
28
|
Requires-Dist: teradatasqlalchemy>=17.20.0.0
|
|
29
29
|
Requires-Dist: teradatasql>=17.20.0.28
|
|
@@ -31,8 +31,8 @@ Requires-Dist: apache-airflow-providers-amazon ; extra == "amazon"
|
|
|
31
31
|
Requires-Dist: apache-airflow-providers-microsoft-azure ; extra == "microsoft-azure"
|
|
32
32
|
Requires-Dist: apache-airflow-providers-ssh ; extra == "ssh"
|
|
33
33
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
34
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.
|
|
35
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.
|
|
34
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.4.0/changelog.html
|
|
35
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.4.0
|
|
36
36
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
|
37
37
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
38
38
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
@@ -66,7 +66,7 @@ Provides-Extra: ssh
|
|
|
66
66
|
|
|
67
67
|
Package ``apache-airflow-providers-teradata``
|
|
68
68
|
|
|
69
|
-
Release: ``3.
|
|
69
|
+
Release: ``3.4.0``
|
|
70
70
|
|
|
71
71
|
|
|
72
72
|
`Teradata <https://www.teradata.com/>`__
|
|
@@ -79,7 +79,7 @@ This is a provider package for ``teradata`` provider. All classes for this provi
|
|
|
79
79
|
are in ``airflow.providers.teradata`` python package.
|
|
80
80
|
|
|
81
81
|
You can find package information and changelog for the provider
|
|
82
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.
|
|
82
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.4.0/>`_.
|
|
83
83
|
|
|
84
84
|
Installation
|
|
85
85
|
------------
|
|
@@ -96,8 +96,8 @@ Requirements
|
|
|
96
96
|
========================================== ==================
|
|
97
97
|
PIP package Version required
|
|
98
98
|
========================================== ==================
|
|
99
|
-
``apache-airflow`` ``>=2.
|
|
100
|
-
``apache-airflow-providers-common-compat`` ``>=1.
|
|
99
|
+
``apache-airflow`` ``>=2.11.0``
|
|
100
|
+
``apache-airflow-providers-common-compat`` ``>=1.10.1``
|
|
101
101
|
``apache-airflow-providers-common-sql`` ``>=1.20.0``
|
|
102
102
|
``teradatasqlalchemy`` ``>=17.20.0.0``
|
|
103
103
|
``teradatasql`` ``>=17.20.0.28``
|
|
@@ -138,5 +138,5 @@ Extra Dependencies
|
|
|
138
138
|
=================== ============================================
|
|
139
139
|
|
|
140
140
|
The changelog for the provider package can be found in the
|
|
141
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.
|
|
141
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.4.0/changelog.html>`_.
|
|
142
142
|
|
|
@@ -1,27 +1,30 @@
|
|
|
1
|
-
airflow/providers/teradata/__init__.py,sha256=
|
|
2
|
-
airflow/providers/teradata/get_provider_info.py,sha256=
|
|
1
|
+
airflow/providers/teradata/__init__.py,sha256=hYd3EE3Rnw41KQr0wKTrZGzVLaejGasYQU0xURb08sM,1497
|
|
2
|
+
airflow/providers/teradata/get_provider_info.py,sha256=9lAHlzv_PyU_49LRtapVqukHBObT6_GgEpc5jdX7XXo,5147
|
|
3
3
|
airflow/providers/teradata/version_compat.py,sha256=cmeoGMcTp0kiFa3GKZlQh31_kMk7UX9nOX8sYyGtuFg,1665
|
|
4
4
|
airflow/providers/teradata/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
|
5
|
-
airflow/providers/teradata/hooks/bteq.py,sha256=
|
|
5
|
+
airflow/providers/teradata/hooks/bteq.py,sha256=wz0k7_FDp-cKyFdT7PV-t7sFrWY_wBsDAEK9hWkSjv8,15024
|
|
6
6
|
airflow/providers/teradata/hooks/teradata.py,sha256=k_u9iJsuwjr7-jdBkEGd_m4yjVfWwDrV0pXrbjUrxPE,11572
|
|
7
|
-
airflow/providers/teradata/hooks/
|
|
7
|
+
airflow/providers/teradata/hooks/tpt.py,sha256=j-NaKFLlkmVfqK3Zjxb5gVC0hnMJnhqR2sEKJe27Fts,21971
|
|
8
|
+
airflow/providers/teradata/hooks/ttu.py,sha256=L8EE_ytr6GgKNWP9n9YSF2LRMNG6cMGR7U-V1bkn3kk,3659
|
|
8
9
|
airflow/providers/teradata/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
|
9
10
|
airflow/providers/teradata/operators/bteq.py,sha256=6MZpHoJwK_g_UFWjL0hTgCyei4LLl6PygU15ZZiytqs,12656
|
|
10
11
|
airflow/providers/teradata/operators/teradata.py,sha256=7GIkQZWaxAyMYX7srcD6MT1GvhfGSLaiAZUfYX-BpN0,3719
|
|
11
|
-
airflow/providers/teradata/operators/teradata_compute_cluster.py,sha256=
|
|
12
|
+
airflow/providers/teradata/operators/teradata_compute_cluster.py,sha256=bXy284gpRFzboArpIKjyUgF176VBcjIZZnkby36paoc,22050
|
|
13
|
+
airflow/providers/teradata/operators/tpt.py,sha256=7p6Eo6Ky88AX9tNaA51DjVxF-hXj93VO5ehEjprvZi4,27556
|
|
12
14
|
airflow/providers/teradata/transfers/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
|
13
15
|
airflow/providers/teradata/transfers/azure_blob_to_teradata.py,sha256=mwvqDLPLOFH-9R6Uj-MjUdsRJ2lOAFVlCuAvI9u-AZY,5686
|
|
14
16
|
airflow/providers/teradata/transfers/s3_to_teradata.py,sha256=vzxOAjq8_uxMxXqtqCrA3JVy1LlY4a-XkK0qheNZ_to,5546
|
|
15
17
|
airflow/providers/teradata/transfers/teradata_to_teradata.py,sha256=Gf5t90sUf4ZgUVYMMA6qSHk_nob2ZQkWoGNV8oeoVSs,3891
|
|
16
18
|
airflow/providers/teradata/triggers/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
|
17
|
-
airflow/providers/teradata/triggers/teradata_compute_cluster.py,sha256=
|
|
19
|
+
airflow/providers/teradata/triggers/teradata_compute_cluster.py,sha256=r-o6dMZKPB0RseZxBBvQpaRbQOrNEBcdfh3JYiUDt4U,6961
|
|
18
20
|
airflow/providers/teradata/utils/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
|
19
|
-
airflow/providers/teradata/utils/bteq_util.py,sha256=
|
|
21
|
+
airflow/providers/teradata/utils/bteq_util.py,sha256=kn7DnBQ8x4_e1f3gZjoIPcrHzllXGqaGVWVog0GKUGI,7377
|
|
20
22
|
airflow/providers/teradata/utils/constants.py,sha256=daNhA6ixICQi2lqliSXHezBEVcibL_kOBq6hOZTCGdM,3090
|
|
21
23
|
airflow/providers/teradata/utils/encryption_utils.py,sha256=ARGWmgBbvSq6_MQHfTevvfvHjaiBjQI62UXltDcJLJo,2578
|
|
22
|
-
|
|
23
|
-
apache_airflow_providers_teradata-3.
|
|
24
|
-
apache_airflow_providers_teradata-3.
|
|
25
|
-
apache_airflow_providers_teradata-3.
|
|
26
|
-
apache_airflow_providers_teradata-3.
|
|
27
|
-
apache_airflow_providers_teradata-3.
|
|
24
|
+
airflow/providers/teradata/utils/tpt_util.py,sha256=wSPGj6btV3XhDy-PkNSLzKScVvtVDRZpO4pJaWpuK7A,24012
|
|
25
|
+
apache_airflow_providers_teradata-3.4.0.dist-info/entry_points.txt,sha256=JbigXoUoKVSNWG-_-029FCCuehMOmAvuSnNGZ9Bz1Kc,104
|
|
26
|
+
apache_airflow_providers_teradata-3.4.0.dist-info/licenses/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
|
|
27
|
+
apache_airflow_providers_teradata-3.4.0.dist-info/licenses/NOTICE,sha256=E3-_E02gwwSEFzeeWPKmnIjOoos3hW28CLISV6sYrbQ,168
|
|
28
|
+
apache_airflow_providers_teradata-3.4.0.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
29
|
+
apache_airflow_providers_teradata-3.4.0.dist-info/METADATA,sha256=h-cn87P6S8LnSkrzRDdGWjksF0WaERChQ2D04fPN-Mw,6743
|
|
30
|
+
apache_airflow_providers_teradata-3.4.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|