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 33cc100ada Allow depth-first execution (#27827)
add ea306c9462 Fix errors in Databricks SQL operator introduced when
refactoring (#27854)
No new revisions were added by this update.
Summary of changes:
airflow/providers/common/sql/hooks/sql.py | 11 ++++---
airflow/providers/common/sql/operators/sql.py | 36 ++++++++++++++++++----
.../providers/databricks/hooks/databricks_sql.py | 10 +++---
.../databricks/operators/databricks_sql.py | 22 +++++++++----
airflow/providers/exasol/hooks/exasol.py | 4 +--
airflow/providers/snowflake/hooks/snowflake.py | 4 +--
.../databricks/hooks/test_databricks_sql.py | 11 ++++---
.../databricks/operators/test_databricks_sql.py | 16 ++++++----
8 files changed, 78 insertions(+), 36 deletions(-)