tests.system.teradata.example_teradata_call_sp

Example Airflow DAG to show Stored Procedure creation and execution on teradata database using TeradataStoredProcedureOperator.

This DAG assumes Airflow Connection with connection id teradata_sp_call already exists in locally. It shows how to create and execute Stored Procedure as tasks in airflow dags using TeradataStoredProcedureOperator.

Module Contents

tests.system.teradata.example_teradata_call_sp.CONN_ID = 'teradata_sp_call'[source]
tests.system.teradata.example_teradata_call_sp.DAG_ID = 'example_teradata_call_sp'[source]
tests.system.teradata.example_teradata_call_sp.create_sp_in_inout[source]
tests.system.teradata.example_teradata_call_sp.test_run[source]

Was this entry helpful?