tests.system.providers.teradata.example_azure_blob_to_teradata_transfer
¶
Example Airflow DAG to show usage of AzureBlobStorageToTeradataOperator
The transfer operator moves files in CSV, JSON, and PARQUET formats from Azure Blob storage to Teradata tables. In the example Directed Acyclic Graph (DAG) below, it assumes Airflow Connections with the IDs teradata_default and wasb_default already exist. The DAG creates tables using data from the Azure Blob location, reports the number of rows inserted into the table, and subsequently drops the table.