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

Head commit for run:
580db590aa53142d4ed6482d34666d278ba1c9dd / Jarek Potiuk <[email protected]>
Better error messsage for pre-common-sql providers

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/2952125300

With regards,
GitHub Actions via GitBox


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

Reply via email to