You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2023/01/09 16:20:35 UTC

[airflow] branch main updated (c0b2fcff24 -> 9a7f07491e)

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 c0b2fcff24 assign "datasetReference" attribute to dataset_reference dict. by default if not already set in create_empty_dataset method of bigquery hook (#28782)
     add 9a7f07491e Handle non-compliant behaviour of Exasol cursor (#28744)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/common/sql/hooks/sql.py          | 12 ++-
 airflow/providers/exasol/hooks/exasol.py           | 54 ++++++++++---
 airflow/providers/exasol/operators/exasol.py       | 19 +++--
 tests/providers/exasol/hooks/test_sql.py           | 88 ++++++++++++++++++----
 tests/providers/exasol/operators/test_exasol.py    |  6 +-
 .../providers/exasol/operators/test_exasol_sql.py  |  4 +-
 6 files changed, 145 insertions(+), 38 deletions(-)