This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from e374b2af42d Refactor CloudSQLDatabaseHook.create_connection method to
align with new Connection from airflow.sdk. (#56323)
add fd21ffd2320 Improve error messages in Teradata provider (#56367)
No new revisions were added by this update.
Summary of changes:
providers/teradata/docs/operators/bteq.rst | 12 +++-
.../src/airflow/providers/teradata/hooks/bteq.py | 30 ++++-----
.../airflow/providers/teradata/operators/bteq.py | 26 +++-----
.../teradata/operators/teradata_compute_cluster.py | 76 ++++++++++++----------
.../teradata/triggers/teradata_compute_cluster.py | 13 ++--
.../airflow/providers/teradata/utils/constants.py | 25 +++----
.../tests/unit/teradata/hooks/test_bteq.py | 13 +++-
.../tests/unit/teradata/operators/test_bteq.py | 12 +++-
.../triggers/test_teradata_compute_cluster.py | 8 ++-
.../tests/unit/teradata/utils/test_constants.py | 36 +---------
10 files changed, 124 insertions(+), 127 deletions(-)