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

Head commit for run:
27e2101f6ee5567b2843cbccf1dca0b0e7c96186 / Jarek Potiuk <[email protected]>
Better error messsage for pre-common-sql providers (#26051)

When you are using a common-sql provider functionality such
as SQLColumnCheckOperator with a provider from before common-sql
provider was released, attempts to instatiate such provider from
commmon-sql will fail because the Hooks in those providers derive from
the old airflow.hooks.dbapi_hook.DbApiHook rather than from
airflow.providers.common.sql.hooks.sql.DbApiHook.

We cannot do much about it, simply speaking the old providers
should be upgraded to a version that supports common.sql provider.

This PR raises a message that explicitly states the error.

Closes: #26046

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

With regards,
GitHub Actions via GitBox


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

Reply via email to