The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
2e7a4bcb550538283f28550208b01515d348fb51 / Jarek Potiuk <[email protected]>
Fix wrapping of run() method result of exasol and snoflake DB hooks (#27997)

The change #27912 fixed and unified behaviour of DBApiHooks
across the board, but it missed two places where sql was mis-used
and overridden in exasol and snowflake hooks.

The check for "sql" type did not use the original sql parameter
value but the one that was overridden later in the run method
implementation.

The fix is the same as applied in Databricks Hook and DBAPI
generic run methods - using consistent typing and separate
variable to convert the sql string into sql list.

Related: https://github.com/astronomer/astro-sdk/pull/1324

Report URL: https://github.com/apache/airflow/actions/runs/3579409931

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to