apache-airflow-providers-teradata 1.0.10__py3-none-any.whl → 2.0.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.
Potentially problematic release.
This version of apache-airflow-providers-teradata might be problematic. Click here for more details.
- airflow/providers/teradata/LICENSE +253 -0
- airflow/providers/teradata/__init__.py +26 -1
- airflow/providers/teradata/get_provider_info.py +43 -24
- airflow/providers/teradata/hooks/teradata.py +202 -0
- airflow/providers/teradata/operators/teradata.py +64 -0
- airflow/providers/teradata/transfers/teradata_to_teradata.py +101 -0
- apache_airflow_providers_teradata-2.0.0.dist-info/METADATA +137 -0
- apache_airflow_providers_teradata-2.0.0.dist-info/RECORD +13 -0
- {apache_airflow_providers_teradata-1.0.10.dist-info → apache_airflow_providers_teradata-2.0.0.dist-info}/WHEEL +1 -2
- apache_airflow_providers_teradata-2.0.0.dist-info/entry_points.txt +3 -0
- airflow/providers/teradata/example_dags/example_execute_bteq.py +0 -51
- airflow/providers/teradata/example_dags/example_export_csv.py +0 -48
- airflow/providers/teradata/example_dags/example_load_csv.py +0 -69
- airflow/providers/teradata/hooks/ttu.py +0 -394
- airflow/providers/teradata/operators/bteq.py +0 -70
- airflow/providers/teradata/operators/fastexport.py +0 -77
- airflow/providers/teradata/operators/fastload.py +0 -105
- apache_airflow_providers_teradata-1.0.10.dist-info/AUTHORS.rst +0 -13
- apache_airflow_providers_teradata-1.0.10.dist-info/LICENSE +0 -22
- apache_airflow_providers_teradata-1.0.10.dist-info/METADATA +0 -53
- apache_airflow_providers_teradata-1.0.10.dist-info/RECORD +0 -19
- apache_airflow_providers_teradata-1.0.10.dist-info/entry_points.txt +0 -3
- apache_airflow_providers_teradata-1.0.10.dist-info/top_level.txt +0 -1
- /airflow/providers/teradata/{example_dags → transfers}/__init__.py +0 -0
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: apache-airflow-providers-teradata
|
|
3
|
-
Version: 1.0.10
|
|
4
|
-
Summary: Teradata Tools and Utils wrapper for Apache Airflow 2.0/1.1x.
|
|
5
|
-
Home-page: https://github.com/flolas/apache_airflow_providers_teradata
|
|
6
|
-
Author: Felipe Lolas
|
|
7
|
-
Author-email: flolas@icloud.com
|
|
8
|
-
License: MIT license
|
|
9
|
-
Keywords: airflow,teradata
|
|
10
|
-
Platform: UNKNOWN
|
|
11
|
-
Classifier: Development Status :: 2 - Pre-Alpha
|
|
12
|
-
Classifier: Intended Audience :: Developers
|
|
13
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
14
|
-
Classifier: Natural Language :: English
|
|
15
|
-
Classifier: Programming Language :: Python :: 3
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.5
|
|
17
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
18
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
19
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
20
|
-
Requires-Python: >=3.5
|
|
21
|
-
Requires-Dist: apache-airflow (>=2.0.0a0)
|
|
22
|
-
|
|
23
|
-
=================================
|
|
24
|
-
apache-airflow-providers-teradata
|
|
25
|
-
=================================
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
.. image:: https://img.shields.io/pypi/v/apache_airflow_providers_teradata.svg
|
|
29
|
-
:target: https://pypi.python.org/pypi/apache_airflow_providers_teradata
|
|
30
|
-
|
|
31
|
-
.. image:: https://img.shields.io/travis/flolas/apache_airflow_providers_teradata.svg
|
|
32
|
-
:target: https://travis-ci.com/flolas/apache_airflow_providers_teradata
|
|
33
|
-
|
|
34
|
-
.. image:: https://readthedocs.org/projects/apache-airflow-providers-teradata/badge/?version=latest
|
|
35
|
-
:target: https://apache-airflow-providers-teradata.readthedocs.io/en/latest/?badge=latest
|
|
36
|
-
:alt: Documentation Status
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
.. image:: https://pyup.io/repos/github/flolas/apache_airflow_providers_teradata/shield.svg
|
|
40
|
-
:target: https://pyup.io/repos/github/flolas/apache_airflow_providers_teradata/
|
|
41
|
-
:alt: Updates
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
=======
|
|
45
|
-
History
|
|
46
|
-
=======
|
|
47
|
-
|
|
48
|
-
0.1.0 (2021-01-11)
|
|
49
|
-
------------------
|
|
50
|
-
|
|
51
|
-
* First release on PyPI.
|
|
52
|
-
|
|
53
|
-
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
airflow/providers/teradata/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
|
2
|
-
airflow/providers/teradata/get_provider_info.py,sha256=BxwS06yHNeM1Ls20Ge1Nh44LcshgUmYlEi4DruKz5Jk,2244
|
|
3
|
-
airflow/providers/teradata/example_dags/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
|
4
|
-
airflow/providers/teradata/example_dags/example_execute_bteq.py,sha256=ooqd6zBBhKj8R8qxx27ticwO2il3kCS7KluH-bXNgSQ,1628
|
|
5
|
-
airflow/providers/teradata/example_dags/example_export_csv.py,sha256=D5puB7QCPpc6ektl6fdIBgpL3bKD_VhLn8pL8C2y8Sw,1719
|
|
6
|
-
airflow/providers/teradata/example_dags/example_load_csv.py,sha256=63-bKc2ldFAOa9M7Ly08ng_GW00tGcSk0Svj0BcfnEU,2540
|
|
7
|
-
airflow/providers/teradata/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
|
8
|
-
airflow/providers/teradata/hooks/ttu.py,sha256=fXTOu8lyEFVj9r_-qmyWwKJ9a84NFdecYCDvXT0yXgs,19003
|
|
9
|
-
airflow/providers/teradata/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
|
10
|
-
airflow/providers/teradata/operators/bteq.py,sha256=THnEgj-nhKsS3WjnOjcwFvlYtlVWmGpEM_g9sJT1-sQ,2563
|
|
11
|
-
airflow/providers/teradata/operators/fastexport.py,sha256=m4wggufINU5d48fpuiJWfE6e7IXkE1ZHDlR6zcp58rw,2802
|
|
12
|
-
airflow/providers/teradata/operators/fastload.py,sha256=f2MDeLHgVmYkYx9G4yBmfQnXbz-s6FdJc5o-ZTiCiOU,3646
|
|
13
|
-
apache_airflow_providers_teradata-1.0.10.dist-info/AUTHORS.rst,sha256=coa9q2fOs5Y70LTofsTRAp2hDFbHeItbuiowt6OkmFI,155
|
|
14
|
-
apache_airflow_providers_teradata-1.0.10.dist-info/LICENSE,sha256=GFZIhtCzv_dlzbk040tAqkvm0trg6nFl1Bad2BnyFqM,1071
|
|
15
|
-
apache_airflow_providers_teradata-1.0.10.dist-info/METADATA,sha256=j0iAmptIrOjSlbpB5gu4ZHCSdSCB2vYXhCsyZtl7lMk,1791
|
|
16
|
-
apache_airflow_providers_teradata-1.0.10.dist-info/WHEEL,sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA,92
|
|
17
|
-
apache_airflow_providers_teradata-1.0.10.dist-info/entry_points.txt,sha256=A-2fgcP40-4fxLth-ooqvU2Kg4oxmt1b0_pAu76p6O4,106
|
|
18
|
-
apache_airflow_providers_teradata-1.0.10.dist-info/top_level.txt,sha256=OeMVH5md7fr2QQWpnZoOWWxWO-0WH1IP70lpTVwopPg,8
|
|
19
|
-
apache_airflow_providers_teradata-1.0.10.dist-info/RECORD,,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
airflow
|
|
File without changes
|