tests.system.teradata.example_ssl_teradata

Example Airflow DAG to show usage of TeradataOperator with SSL teradata connection.

This DAG assumes Airflow Connection with connection id teradata_ssl_default already exists in locally. It shows how to use create, update, delete and select teradata statements with TeradataOperator as tasks in airflow dags using TeradataStoredProcedureOperator.

Module Contents

tests.system.teradata.example_ssl_teradata.ENV_ID[source]
tests.system.teradata.example_ssl_teradata.DAG_ID = 'example_ssl_teradata'[source]
tests.system.teradata.example_ssl_teradata.CONN_ID = 'teradata_ssl_default'[source]
tests.system.teradata.example_ssl_teradata.create_country_table[source]
tests.system.teradata.example_ssl_teradata.test_run[source]

Was this entry helpful?