apache-airflow-providers-teradata 2.6.0__tar.gz → 2.6.0rc1__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-2.6.0 → apache_airflow_providers_teradata-2.6.0rc1}/PKG-INFO +4 -4
- {apache_airflow_providers_teradata-2.6.0 → apache_airflow_providers_teradata-2.6.0rc1}/README.rst +1 -1
- {apache_airflow_providers_teradata-2.6.0 → apache_airflow_providers_teradata-2.6.0rc1}/pyproject.toml +3 -3
- {apache_airflow_providers_teradata-2.6.0 → apache_airflow_providers_teradata-2.6.0rc1}/airflow/providers/teradata/LICENSE +0 -0
- {apache_airflow_providers_teradata-2.6.0 → apache_airflow_providers_teradata-2.6.0rc1}/airflow/providers/teradata/__init__.py +0 -0
- {apache_airflow_providers_teradata-2.6.0 → apache_airflow_providers_teradata-2.6.0rc1}/airflow/providers/teradata/get_provider_info.py +0 -0
- {apache_airflow_providers_teradata-2.6.0 → apache_airflow_providers_teradata-2.6.0rc1}/airflow/providers/teradata/hooks/__init__.py +0 -0
- {apache_airflow_providers_teradata-2.6.0 → apache_airflow_providers_teradata-2.6.0rc1}/airflow/providers/teradata/hooks/teradata.py +0 -0
- {apache_airflow_providers_teradata-2.6.0 → apache_airflow_providers_teradata-2.6.0rc1}/airflow/providers/teradata/operators/__init__.py +0 -0
- {apache_airflow_providers_teradata-2.6.0 → apache_airflow_providers_teradata-2.6.0rc1}/airflow/providers/teradata/operators/teradata.py +0 -0
- {apache_airflow_providers_teradata-2.6.0 → apache_airflow_providers_teradata-2.6.0rc1}/airflow/providers/teradata/operators/teradata_compute_cluster.py +0 -0
- {apache_airflow_providers_teradata-2.6.0 → apache_airflow_providers_teradata-2.6.0rc1}/airflow/providers/teradata/transfers/__init__.py +0 -0
- {apache_airflow_providers_teradata-2.6.0 → apache_airflow_providers_teradata-2.6.0rc1}/airflow/providers/teradata/transfers/azure_blob_to_teradata.py +0 -0
- {apache_airflow_providers_teradata-2.6.0 → apache_airflow_providers_teradata-2.6.0rc1}/airflow/providers/teradata/transfers/s3_to_teradata.py +0 -0
- {apache_airflow_providers_teradata-2.6.0 → apache_airflow_providers_teradata-2.6.0rc1}/airflow/providers/teradata/transfers/teradata_to_teradata.py +0 -0
- {apache_airflow_providers_teradata-2.6.0 → apache_airflow_providers_teradata-2.6.0rc1}/airflow/providers/teradata/triggers/__init__.py +0 -0
- {apache_airflow_providers_teradata-2.6.0 → apache_airflow_providers_teradata-2.6.0rc1}/airflow/providers/teradata/triggers/teradata_compute_cluster.py +0 -0
- {apache_airflow_providers_teradata-2.6.0 → apache_airflow_providers_teradata-2.6.0rc1}/airflow/providers/teradata/utils/__init__.py +0 -0
- {apache_airflow_providers_teradata-2.6.0 → apache_airflow_providers_teradata-2.6.0rc1}/airflow/providers/teradata/utils/constants.py +0 -0
{apache_airflow_providers_teradata-2.6.0 → apache_airflow_providers_teradata-2.6.0rc1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: apache-airflow-providers-teradata
|
|
3
|
-
Version: 2.6.
|
|
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>
|
|
@@ -21,8 +21,8 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
22
22
|
Classifier: Programming Language :: Python :: 3.12
|
|
23
23
|
Classifier: Topic :: System :: Monitoring
|
|
24
|
-
Requires-Dist: apache-airflow-providers-common-sql>=1.14.
|
|
25
|
-
Requires-Dist: apache-airflow>=2.8.
|
|
24
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.14.1rc0
|
|
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"
|
|
@@ -83,7 +83,7 @@ Provides-Extra: microsoft.azure
|
|
|
83
83
|
|
|
84
84
|
Package ``apache-airflow-providers-teradata``
|
|
85
85
|
|
|
86
|
-
Release: ``2.6.0``
|
|
86
|
+
Release: ``2.6.0.rc1``
|
|
87
87
|
|
|
88
88
|
|
|
89
89
|
`Teradata <https://www.teradata.com/>`__
|
|
@@ -28,7 +28,7 @@ build-backend = "flit_core.buildapi"
|
|
|
28
28
|
|
|
29
29
|
[project]
|
|
30
30
|
name = "apache-airflow-providers-teradata"
|
|
31
|
-
version = "2.6.0"
|
|
31
|
+
version = "2.6.0.rc1"
|
|
32
32
|
description = "Provider package apache-airflow-providers-teradata for Apache Airflow"
|
|
33
33
|
readme = "README.rst"
|
|
34
34
|
authors = [
|
|
@@ -56,8 +56,8 @@ classifiers = [
|
|
|
56
56
|
]
|
|
57
57
|
requires-python = "~=3.8"
|
|
58
58
|
dependencies = [
|
|
59
|
-
"apache-airflow-providers-common-sql>=1.14.
|
|
60
|
-
"apache-airflow>=2.8.
|
|
59
|
+
"apache-airflow-providers-common-sql>=1.14.1rc0",
|
|
60
|
+
"apache-airflow>=2.8.0rc0",
|
|
61
61
|
"teradatasql>=17.20.0.28",
|
|
62
62
|
"teradatasqlalchemy>=17.20.0.0",
|
|
63
63
|
]
|
|
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
|