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

Head commit for run:
23f85d4cb94866ab7eb5831dad0155afb135eed6 / Jarek Potiuk <[email protected]>
Handle non-compliant behaviour of Exasol cursor

Exasol is not DBAPI-2 compliant, as described in:
https://github.com/exasol/pyexasol/blob/master/docs/DBAPI_COMPAT.md

This means that SQLOperator cannot be used for it and we should
undeprecate the original operator and use specific Exasol handler
as default for the returned values.

We also add explicit exception in case non-compliant DB2-API
database (with missing description) is used with default Operator
and handlers.

Fixes: #28731

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

With regards,
GitHub Actions via GitBox


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

Reply via email to