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 771d56b38b5 Change default asset alias group to 'asset' (#44778)
add bb259eaa670 Added output_processor parameter to SQLQueryOperator and
fixed bug with return_single_query_results handler when None is passed as
split_statements (#44781)
No new revisions were added by this update.
Summary of changes:
.../airflow/providers/common/sql/hooks/handlers.py | 4 +++-
.../src/airflow/providers/common/sql/hooks/sql.py | 2 +-
.../airflow/providers/common/sql/operators/sql.py | 24 +++++++++++++++++++---
.../airflow/providers/common/sql/operators/sql.pyi | 7 +++++++
providers/tests/common/sql/hooks/test_handlers.py | 1 +
providers/tests/common/sql/operators/test_sql.py | 19 +++++++++++++++++
6 files changed, 52 insertions(+), 5 deletions(-)