apache-airflow-providers-teradata 3.2.3__tar.gz → 3.2.3rc1__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.
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/PKG-INFO +6 -6
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/pyproject.toml +6 -6
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/LICENSE +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/NOTICE +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/README.rst +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/docs/.latest-doc-only-change.txt +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/docs/changelog.rst +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/docs/commits.rst +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/docs/conf.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/docs/connections/teradata.rst +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/docs/index.rst +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/docs/installing-providers-from-sources.rst +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/docs/integration-logos/Teradata.png +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/docs/operators/azure_blob_to_teradata.rst +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/docs/operators/bteq.rst +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/docs/operators/compute_cluster.rst +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/docs/operators/index.rst +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/docs/operators/s3_to_teradata.rst +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/docs/operators/teradata.rst +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/docs/operators/teradata_to_teradata.rst +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/docs/security.rst +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/provider.yaml +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/src/airflow/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/src/airflow/providers/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/src/airflow/providers/teradata/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/src/airflow/providers/teradata/get_provider_info.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/src/airflow/providers/teradata/hooks/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/src/airflow/providers/teradata/hooks/bteq.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/src/airflow/providers/teradata/hooks/teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/src/airflow/providers/teradata/hooks/ttu.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/src/airflow/providers/teradata/operators/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/src/airflow/providers/teradata/operators/bteq.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/src/airflow/providers/teradata/operators/teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/src/airflow/providers/teradata/operators/teradata_compute_cluster.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/src/airflow/providers/teradata/transfers/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/src/airflow/providers/teradata/transfers/azure_blob_to_teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/src/airflow/providers/teradata/transfers/s3_to_teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/src/airflow/providers/teradata/transfers/teradata_to_teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/src/airflow/providers/teradata/triggers/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/src/airflow/providers/teradata/triggers/teradata_compute_cluster.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/src/airflow/providers/teradata/utils/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/src/airflow/providers/teradata/utils/bteq_util.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/src/airflow/providers/teradata/utils/constants.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/src/airflow/providers/teradata/utils/encryption_utils.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/src/airflow/providers/teradata/version_compat.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/conftest.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/system/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/system/teradata/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/system/teradata/create_ssl_table.sql +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/system/teradata/create_table.sql +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/system/teradata/example_azure_blob_to_teradata_transfer.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/system/teradata/example_bteq.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/system/teradata/example_remote_bteq.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/system/teradata/example_s3_to_teradata_transfer.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/system/teradata/example_ssl_teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/system/teradata/example_teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/system/teradata/example_teradata_call_sp.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/system/teradata/example_teradata_compute_cluster.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/system/teradata/example_teradata_to_teradata_transfer.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/system/teradata/script +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/system/teradata/script.bteq +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/system/teradata/script.sql +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/system/teradata/script_utf16.bteq +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/unit/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/unit/teradata/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/unit/teradata/hooks/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/unit/teradata/hooks/test_bteq.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/unit/teradata/hooks/test_teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/unit/teradata/hooks/test_ttu.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/unit/teradata/operators/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/unit/teradata/operators/test_bteq.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/unit/teradata/operators/test_teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/unit/teradata/operators/test_teradata_compute_cluster.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/unit/teradata/transfers/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/unit/teradata/transfers/test_azure_blob_to_teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/unit/teradata/transfers/test_s3_to_teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/unit/teradata/transfers/test_teradata_to_teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/unit/teradata/triggers/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/unit/teradata/triggers/test_teradata_compute_cluster.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/unit/teradata/utils/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/unit/teradata/utils/test_bteq_util.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/unit/teradata/utils/test_constants.py +0 -0
- {apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/tests/unit/teradata/utils/test_encryption_utils.py +0 -0
{apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-airflow-providers-teradata
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.3rc1
|
|
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,17 +22,17 @@ 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.10.
|
|
26
|
-
Requires-Dist: apache-airflow-providers-common-compat>=1.8.
|
|
27
|
-
Requires-Dist: apache-airflow-providers-common-sql>=1.20.
|
|
25
|
+
Requires-Dist: apache-airflow>=2.10.0rc1
|
|
26
|
+
Requires-Dist: apache-airflow-providers-common-compat>=1.8.0rc1
|
|
27
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.20.0rc1
|
|
28
28
|
Requires-Dist: teradatasqlalchemy>=17.20.0.0
|
|
29
29
|
Requires-Dist: teradatasql>=17.20.0.28
|
|
30
30
|
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.2.3/changelog.html
|
|
35
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.2.3
|
|
34
|
+
Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-teradata/3.2.3/changelog.html
|
|
35
|
+
Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-teradata/3.2.3
|
|
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
|
|
@@ -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.3rc1"
|
|
29
29
|
description = "Provider package apache-airflow-providers-teradata for Apache Airflow"
|
|
30
30
|
readme = "README.rst"
|
|
31
31
|
license = "Apache-2.0"
|
|
@@ -58,9 +58,9 @@ requires-python = ">=3.10"
|
|
|
58
58
|
# Make sure to run ``prek update-providers-dependencies --all-files``
|
|
59
59
|
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
|
|
60
60
|
dependencies = [
|
|
61
|
-
"apache-airflow>=2.10.
|
|
62
|
-
"apache-airflow-providers-common-compat>=1.8.
|
|
63
|
-
"apache-airflow-providers-common-sql>=1.20.
|
|
61
|
+
"apache-airflow>=2.10.0rc1",
|
|
62
|
+
"apache-airflow-providers-common-compat>=1.8.0rc1",
|
|
63
|
+
"apache-airflow-providers-common-sql>=1.20.0rc1",
|
|
64
64
|
"teradatasqlalchemy>=17.20.0.0",
|
|
65
65
|
"teradatasql>=17.20.0.28",
|
|
66
66
|
]
|
|
@@ -117,8 +117,8 @@ apache-airflow-providers-common-sql = {workspace = true}
|
|
|
117
117
|
apache-airflow-providers-standard = {workspace = true}
|
|
118
118
|
|
|
119
119
|
[project.urls]
|
|
120
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.2.3"
|
|
121
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.2.3/changelog.html"
|
|
120
|
+
"Documentation" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-teradata/3.2.3"
|
|
121
|
+
"Changelog" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-teradata/3.2.3/changelog.html"
|
|
122
122
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
|
123
123
|
"Source Code" = "https://github.com/apache/airflow"
|
|
124
124
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
{apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/LICENSE
RENAMED
|
File without changes
|
{apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/NOTICE
RENAMED
|
File without changes
|
{apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/README.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/docs/conf.py
RENAMED
|
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
|
{apache_airflow_providers_teradata-3.2.3 → apache_airflow_providers_teradata-3.2.3rc1}/provider.yaml
RENAMED
|
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
|