tests.system.teradata.example_bteq
Example Airflow DAG to show usage of BteqOperator.
This DAG assumes Airflow Connection with connection id TTU_DEFAULT already exists in locally. It
shows how to use Teradata BTEQ commands with BteqOperator as tasks in
airflow dags using BteqeOperator.
Module Contents
-
tests.system.teradata.example_bteq.ENV_ID[source]
-
tests.system.teradata.example_bteq.DAG_ID = 'example_bteq'[source]
-
tests.system.teradata.example_bteq.CONN_ID = 'teradata_default'[source]
-
tests.system.teradata.example_bteq.SSH_CONN_ID = 'ssh_default'[source]
-
tests.system.teradata.example_bteq.host[source]
-
tests.system.teradata.example_bteq.username[source]
-
tests.system.teradata.example_bteq.password[source]
-
tests.system.teradata.example_bteq.params[source]
-
tests.system.teradata.example_bteq.create_table[source]
-
tests.system.teradata.example_bteq.test_run[source]