-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Add TdLoadOperator to execute data transfers using Teradata Parallel Transporter (TPT) tdload utility #58918
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide (https://github.com/apache/airflow/blob/main/contributing-docs/README.rst)
|
|
Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions. |
Backport failed to create: v3-1-test. View the failure log Run details
You can attempt to backport this manually by running: cherry_picker d739a98 v3-1-testThis should apply the commit to the v3-1-test branch and leave the commit in conflict state marking After you have resolved the conflicts, you can continue the backport process by running: cherry_picker --continue |
|
Hi Potiuk, Do I need to address the comment added by the github-actions bot regarding the v3-1-test backport? The workflow log shows that it actually completed successfully. |
|
No need. |
|
@snreddygopu The teradata system test dashboard that is linked from the provider shows all system tests are broken:
|
|
Hi @eladkal, There appears to be an issue with our automation that updates the Teradata system test dashboard. I am currently investigating the root cause. Please note that the Teradata system tests themselves are running successfully, only the dashboard update process is affected. Will update you once resolved. |

This PR introduces a new feature in the Airflow Teradata provider to support high-performance data loading and unloading operations using Teradata Parallel Transporter (TPT) as part of Airflow DAGs. The new operator enhances integration with Teradata by enabling flexible orchestration of data transfer workloads both locally and remotely via SSH.
Key Features:
🛠️ Additional Enhancements:
Includes utility functions for:
Teradata Provider documentation build status: https://github.com/Teradata/airflow/actions/runs/15688902771
Teradata Provider Unit tests build status: https://github.com/Teradata/airflow/actions/runs/15688585657
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rstor{issue_number}.significant.rst, in airflow-core/newsfragments.