apache-airflow-providers-teradata 3.2.2__tar.gz → 3.2.3__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/NOTICE +5 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/PKG-INFO +9 -7
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/README.rst +3 -3
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/docs/changelog.rst +14 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/docs/index.rst +3 -3
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/provider.yaml +14 -1
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/pyproject.toml +5 -4
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/src/airflow/providers/teradata/__init__.py +1 -1
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/src/airflow/providers/teradata/get_provider_info.py +14 -1
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/src/airflow/providers/teradata/hooks/bteq.py +1 -1
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/unit/teradata/hooks/test_bteq.py +1 -1
- {apache_airflow_providers_teradata-3.2.2/src/airflow/providers/teradata → apache_airflow_providers_teradata-3.2.3}/LICENSE +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/docs/.latest-doc-only-change.txt +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/docs/commits.rst +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/docs/conf.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/docs/connections/teradata.rst +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/docs/installing-providers-from-sources.rst +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/docs/integration-logos/Teradata.png +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/docs/operators/azure_blob_to_teradata.rst +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/docs/operators/bteq.rst +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/docs/operators/compute_cluster.rst +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/docs/operators/index.rst +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/docs/operators/s3_to_teradata.rst +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/docs/operators/teradata.rst +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/docs/operators/teradata_to_teradata.rst +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/docs/security.rst +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/src/airflow/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/src/airflow/providers/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/src/airflow/providers/teradata/hooks/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/src/airflow/providers/teradata/hooks/teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/src/airflow/providers/teradata/hooks/ttu.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/src/airflow/providers/teradata/operators/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/src/airflow/providers/teradata/operators/bteq.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/src/airflow/providers/teradata/operators/teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/src/airflow/providers/teradata/operators/teradata_compute_cluster.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/src/airflow/providers/teradata/transfers/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/src/airflow/providers/teradata/transfers/azure_blob_to_teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/src/airflow/providers/teradata/transfers/s3_to_teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/src/airflow/providers/teradata/transfers/teradata_to_teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/src/airflow/providers/teradata/triggers/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/src/airflow/providers/teradata/triggers/teradata_compute_cluster.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/src/airflow/providers/teradata/utils/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/src/airflow/providers/teradata/utils/bteq_util.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/src/airflow/providers/teradata/utils/constants.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/src/airflow/providers/teradata/utils/encryption_utils.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/src/airflow/providers/teradata/version_compat.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/conftest.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/system/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/system/teradata/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/system/teradata/create_ssl_table.sql +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/system/teradata/create_table.sql +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/system/teradata/example_azure_blob_to_teradata_transfer.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/system/teradata/example_bteq.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/system/teradata/example_remote_bteq.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/system/teradata/example_s3_to_teradata_transfer.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/system/teradata/example_ssl_teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/system/teradata/example_teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/system/teradata/example_teradata_call_sp.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/system/teradata/example_teradata_compute_cluster.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/system/teradata/example_teradata_to_teradata_transfer.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/system/teradata/script +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/system/teradata/script.bteq +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/system/teradata/script.sql +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/system/teradata/script_utf16.bteq +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/unit/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/unit/teradata/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/unit/teradata/hooks/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/unit/teradata/hooks/test_teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/unit/teradata/hooks/test_ttu.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/unit/teradata/operators/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/unit/teradata/operators/test_bteq.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/unit/teradata/operators/test_teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/unit/teradata/operators/test_teradata_compute_cluster.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/unit/teradata/transfers/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/unit/teradata/transfers/test_azure_blob_to_teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/unit/teradata/transfers/test_s3_to_teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/unit/teradata/transfers/test_teradata_to_teradata.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/unit/teradata/triggers/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/unit/teradata/triggers/test_teradata_compute_cluster.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/unit/teradata/utils/__init__.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/unit/teradata/utils/test_bteq_util.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/unit/teradata/utils/test_constants.py +0 -0
- {apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/tests/unit/teradata/utils/test_encryption_utils.py +0 -0
{apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/PKG-INFO
RENAMED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-airflow-providers-teradata
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.3
|
|
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
8
|
Requires-Python: >=3.10
|
|
9
9
|
Description-Content-Type: text/x-rst
|
|
10
|
+
License-Expression: Apache-2.0
|
|
10
11
|
Classifier: Development Status :: 5 - Production/Stable
|
|
11
12
|
Classifier: Environment :: Console
|
|
12
13
|
Classifier: Environment :: Web Environment
|
|
@@ -14,12 +15,13 @@ Classifier: Intended Audience :: Developers
|
|
|
14
15
|
Classifier: Intended Audience :: System Administrators
|
|
15
16
|
Classifier: Framework :: Apache Airflow
|
|
16
17
|
Classifier: Framework :: Apache Airflow :: Provider
|
|
17
|
-
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
21
|
Classifier: Programming Language :: Python :: 3.13
|
|
22
22
|
Classifier: Topic :: System :: Monitoring
|
|
23
|
+
License-File: LICENSE
|
|
24
|
+
License-File: NOTICE
|
|
23
25
|
Requires-Dist: apache-airflow>=2.10.0
|
|
24
26
|
Requires-Dist: apache-airflow-providers-common-compat>=1.8.0
|
|
25
27
|
Requires-Dist: apache-airflow-providers-common-sql>=1.20.0
|
|
@@ -29,8 +31,8 @@ Requires-Dist: apache-airflow-providers-amazon ; extra == "amazon"
|
|
|
29
31
|
Requires-Dist: apache-airflow-providers-microsoft-azure ; extra == "microsoft-azure"
|
|
30
32
|
Requires-Dist: apache-airflow-providers-ssh ; extra == "ssh"
|
|
31
33
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
32
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.2.
|
|
33
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.2.
|
|
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
36
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
|
35
37
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
36
38
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
@@ -64,7 +66,7 @@ Provides-Extra: ssh
|
|
|
64
66
|
|
|
65
67
|
Package ``apache-airflow-providers-teradata``
|
|
66
68
|
|
|
67
|
-
Release: ``3.2.
|
|
69
|
+
Release: ``3.2.3``
|
|
68
70
|
|
|
69
71
|
|
|
70
72
|
`Teradata <https://www.teradata.com/>`__
|
|
@@ -77,7 +79,7 @@ This is a provider package for ``teradata`` provider. All classes for this provi
|
|
|
77
79
|
are in ``airflow.providers.teradata`` python package.
|
|
78
80
|
|
|
79
81
|
You can find package information and changelog for the provider
|
|
80
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.2.
|
|
82
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.2.3/>`_.
|
|
81
83
|
|
|
82
84
|
Installation
|
|
83
85
|
------------
|
|
@@ -136,5 +138,5 @@ Extra Dependencies
|
|
|
136
138
|
=================== ============================================
|
|
137
139
|
|
|
138
140
|
The changelog for the provider package can be found in the
|
|
139
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.2.
|
|
141
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.2.3/changelog.html>`_.
|
|
140
142
|
|
{apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/README.rst
RENAMED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
Package ``apache-airflow-providers-teradata``
|
|
25
25
|
|
|
26
|
-
Release: ``3.2.
|
|
26
|
+
Release: ``3.2.3``
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
`Teradata <https://www.teradata.com/>`__
|
|
@@ -36,7 +36,7 @@ This is a provider package for ``teradata`` provider. All classes for this provi
|
|
|
36
36
|
are in ``airflow.providers.teradata`` python package.
|
|
37
37
|
|
|
38
38
|
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.
|
|
39
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.2.3/>`_.
|
|
40
40
|
|
|
41
41
|
Installation
|
|
42
42
|
------------
|
|
@@ -95,4 +95,4 @@ Extra Dependencies
|
|
|
95
95
|
=================== ============================================
|
|
96
96
|
|
|
97
97
|
The changelog for the provider package can be found in the
|
|
98
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.2.
|
|
98
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.2.3/changelog.html>`_.
|
|
@@ -25,6 +25,20 @@
|
|
|
25
25
|
Changelog
|
|
26
26
|
---------
|
|
27
27
|
|
|
28
|
+
3.2.3
|
|
29
|
+
.....
|
|
30
|
+
|
|
31
|
+
Misc
|
|
32
|
+
~~~~
|
|
33
|
+
|
|
34
|
+
* ``Convert all airflow distributions to be compliant with ASF requirements (#58138)``
|
|
35
|
+
|
|
36
|
+
.. Below changes are excluded from the changelog. Move them to
|
|
37
|
+
appropriate section above if needed. Do not delete the lines(!):
|
|
38
|
+
* ``Delete all unnecessary LICENSE Files (#58191)``
|
|
39
|
+
* ``Enable ruff PLW1509 rule (#57659)``
|
|
40
|
+
* ``Fix documentation/provider.yaml consistencies (#57283)``
|
|
41
|
+
|
|
28
42
|
3.2.2
|
|
29
43
|
.....
|
|
30
44
|
|
{apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/docs/index.rst
RENAMED
|
@@ -77,7 +77,7 @@ apache-airflow-providers-teradata package
|
|
|
77
77
|
`Teradata <https://www.teradata.com/>`__
|
|
78
78
|
|
|
79
79
|
|
|
80
|
-
Release: 3.2.
|
|
80
|
+
Release: 3.2.3
|
|
81
81
|
|
|
82
82
|
Provider package
|
|
83
83
|
----------------
|
|
@@ -136,5 +136,5 @@ Downloading official packages
|
|
|
136
136
|
You can download officially released packages and verify their checksums and signatures from the
|
|
137
137
|
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
|
|
138
138
|
|
|
139
|
-
* `The apache-airflow-providers-teradata 3.2.
|
|
140
|
-
* `The apache-airflow-providers-teradata 3.2.
|
|
139
|
+
* `The apache-airflow-providers-teradata 3.2.3 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_teradata-3.2.3.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_teradata-3.2.3.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_teradata-3.2.3.tar.gz.sha512>`__)
|
|
140
|
+
* `The apache-airflow-providers-teradata 3.2.3 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_teradata-3.2.3-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_teradata-3.2.3-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_teradata-3.2.3-py3-none-any.whl.sha512>`__)
|
{apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/provider.yaml
RENAMED
|
@@ -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: 1763070578
|
|
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.3
|
|
31
32
|
- 3.2.2
|
|
32
33
|
- 3.2.1
|
|
33
34
|
- 3.2.0
|
|
@@ -55,6 +56,18 @@ integrations:
|
|
|
55
56
|
logo: /docs/integration-logos/Teradata.png
|
|
56
57
|
tags: [software]
|
|
57
58
|
|
|
59
|
+
- integration-name: Bteq
|
|
60
|
+
external-doc-url: https://www.teradata.com/
|
|
61
|
+
how-to-guide:
|
|
62
|
+
- /docs/apache-airflow-providers-teradata/operators/bteq.rst
|
|
63
|
+
logo: /docs/integration-logos/Teradata.png
|
|
64
|
+
tags: [software]
|
|
65
|
+
|
|
66
|
+
- integration-name: Ttu
|
|
67
|
+
external-doc-url: https://www.teradata.com/
|
|
68
|
+
logo: /docs/integration-logos/Teradata.png
|
|
69
|
+
tags: [software]
|
|
70
|
+
|
|
58
71
|
operators:
|
|
59
72
|
- integration-name: Teradata
|
|
60
73
|
python-modules:
|
{apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/pyproject.toml
RENAMED
|
@@ -25,9 +25,11 @@ 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.3"
|
|
29
29
|
description = "Provider package apache-airflow-providers-teradata for Apache Airflow"
|
|
30
30
|
readme = "README.rst"
|
|
31
|
+
license = "Apache-2.0"
|
|
32
|
+
license-files = ['LICENSE', 'NOTICE']
|
|
31
33
|
authors = [
|
|
32
34
|
{name="Apache Software Foundation", email="dev@airflow.apache.org"},
|
|
33
35
|
]
|
|
@@ -43,7 +45,6 @@ classifiers = [
|
|
|
43
45
|
"Intended Audience :: System Administrators",
|
|
44
46
|
"Framework :: Apache Airflow",
|
|
45
47
|
"Framework :: Apache Airflow :: Provider",
|
|
46
|
-
"License :: OSI Approved :: Apache Software License",
|
|
47
48
|
"Programming Language :: Python :: 3.10",
|
|
48
49
|
"Programming Language :: Python :: 3.11",
|
|
49
50
|
"Programming Language :: Python :: 3.12",
|
|
@@ -116,8 +117,8 @@ apache-airflow-providers-common-sql = {workspace = true}
|
|
|
116
117
|
apache-airflow-providers-standard = {workspace = true}
|
|
117
118
|
|
|
118
119
|
[project.urls]
|
|
119
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.2.
|
|
120
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-teradata/3.2.
|
|
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"
|
|
121
122
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
|
122
123
|
"Source Code" = "https://github.com/apache/airflow"
|
|
123
124
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
|
@@ -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.3"
|
|
33
33
|
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
35
35
|
"2.10.0"
|
|
@@ -36,7 +36,20 @@ def get_provider_info():
|
|
|
36
36
|
],
|
|
37
37
|
"logo": "/docs/integration-logos/Teradata.png",
|
|
38
38
|
"tags": ["software"],
|
|
39
|
-
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"integration-name": "Bteq",
|
|
42
|
+
"external-doc-url": "https://www.teradata.com/",
|
|
43
|
+
"how-to-guide": ["/docs/apache-airflow-providers-teradata/operators/bteq.rst"],
|
|
44
|
+
"logo": "/docs/integration-logos/Teradata.png",
|
|
45
|
+
"tags": ["software"],
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"integration-name": "Ttu",
|
|
49
|
+
"external-doc-url": "https://www.teradata.com/",
|
|
50
|
+
"logo": "/docs/integration-logos/Teradata.png",
|
|
51
|
+
"tags": ["software"],
|
|
52
|
+
},
|
|
40
53
|
],
|
|
41
54
|
"operators": [
|
|
42
55
|
{
|
|
@@ -263,7 +263,7 @@ class BteqHook(TtuHook):
|
|
|
263
263
|
stdout=subprocess.PIPE,
|
|
264
264
|
stderr=subprocess.STDOUT,
|
|
265
265
|
shell=True,
|
|
266
|
-
|
|
266
|
+
start_new_session=True,
|
|
267
267
|
)
|
|
268
268
|
encode_bteq_script = bteq_script.encode(str(temp_file_read_encoding or "UTF-8"))
|
|
269
269
|
stdout_data, _ = process.communicate(input=encode_bteq_script)
|
|
File without changes
|
|
File without changes
|
{apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/docs/commits.rst
RENAMED
|
File without changes
|
{apache_airflow_providers_teradata-3.2.2 → apache_airflow_providers_teradata-3.2.3}/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
|
|
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
|