apache-airflow-providers-teradata
Changelog¶
3.0.0¶
Note
This release of provider is only available for Airflow 2.9+ as explained in the Apache Airflow providers support policy.
Breaking changes¶
Warning
All deprecated classes, parameters and features have been removed from the teradata provider package. The following breaking changes were introduced:
Removed deprecated
bulk_insert_rows
method fromhooks
. Useinsert_rows
instead.
Remove deprecations from Teradata Provider (#44746)
Misc¶
Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)
2.6.0¶
Note
This release of provider is only available for Airflow 2.8+ as explained in the Apache Airflow providers support policy.
Misc¶
Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)
2.5.0¶
Features¶
Implemented Query Band Support for the Teradata provider (#40716)
Misc¶
Clean up remaining getattr connection DbApiHook (#40665)
2.4.0¶
Features¶
Added support of Teradata Compute Cluster Provision, Decommission, Suspend and Resume operations (#40509)
2.2.0¶
Features¶
Note
This release contains several new features including: • Introduction of Stored Procedure Support in Teradata Hook • Inclusion of the TeradataStoredProcedureOperator for executing stored procedures • Integration of Azure Blob Storage to Teradata Transfer Operator • Integration of Amazon S3 to Teradata Transfer Operator • Provision of necessary documentation, along with unit and system tests, for the Teradata Provider modifications.
Updates to Teradata Provider (#39217)
2.1.0¶
Note
This release of provider is only available for Airflow 2.7+ as explained in the Apache Airflow providers support policy.
Misc¶
Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)
Always use the executemany method when inserting rows in DbApiHook as it's way much faster (#38715)
2.0.0¶
Initial version of the provider. (#36953)
Breaking changes¶
Previous versions of this package were owned by Felipe Lolas
under
https://github.com/flolas/apache-airflow-providers-teradata
These versions were not maintained by Apache-Airflow
If you are migrating from older version, it’s recommended to read the docs and refactor your code