This is an automated email from the ASF dual-hosted git repository.

dabla pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 27ea947ebd3 Fix helm chart package preperation command (#61307)
     add 0a5c9c4b2b9 Implement specialized get_first and get_records method in 
OracleHook to avoid serialization issues with XCom's (#61144)

No new revisions were added by this update.

Summary of changes:
 .../airflow/providers/common/sql/hooks/handlers.py |  2 +-
 .../providers/common/sql/hooks/handlers.pyi        |  2 +-
 .../src/airflow/providers/common/sql/hooks/sql.py  |  2 +-
 .../src/airflow/providers/common/sql/hooks/sql.pyi |  2 +-
 .../tests/unit/common/sql/hooks/test_handlers.py   |  4 +-
 providers/oracle/provider.yaml                     |  1 +
 .../airflow/providers/oracle/get_provider_info.py  |  8 ++-
 .../src/airflow/providers/oracle/hooks/handlers.py | 57 ++++++++++++++++++++++
 .../src/airflow/providers/oracle/hooks/oracle.py   | 24 +++++++++
 .../tests/unit/oracle}/hooks/test_handlers.py      | 21 +++-----
 .../oracle/tests/unit/oracle/hooks/test_oracle.py  | 25 ++++++++++
 .../oracle/tests/unit/oracle/test_utils.py         | 15 +++---
 12 files changed, 133 insertions(+), 30 deletions(-)
 create mode 100644 
providers/oracle/src/airflow/providers/oracle/hooks/handlers.py
 copy providers/{common/sql/tests/unit/common/sql => 
oracle/tests/unit/oracle}/hooks/test_handlers.py (55%)
 copy airflow-core/tests/unit/listeners/throwing_listener.py => 
providers/oracle/tests/unit/oracle/test_utils.py (81%)

Reply via email to