Airflow Summit 2025 is coming October 07-09. Register now for early bird ticket!

tests.system.teradata.example_remote_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.

Attributes

ENV_ID

DAG_ID

CONN_ID

SSH_CONN_ID

host

username

password

params

create_table

test_run

Module Contents

tests.system.teradata.example_remote_bteq.ENV_ID[source]
tests.system.teradata.example_remote_bteq.DAG_ID = 'example_remote_bteq'[source]
tests.system.teradata.example_remote_bteq.CONN_ID = 'teradata_default'[source]
tests.system.teradata.example_remote_bteq.SSH_CONN_ID = 'ssh_default'[source]
tests.system.teradata.example_remote_bteq.host[source]
tests.system.teradata.example_remote_bteq.username[source]
tests.system.teradata.example_remote_bteq.password[source]
tests.system.teradata.example_remote_bteq.params[source]
tests.system.teradata.example_remote_bteq.create_table[source]
tests.system.teradata.example_remote_bteq.test_run[source]

Was this entry helpful?