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

Head commit for run:
4f43181a0f6375290893305f63923d58366e16ca / Dheeraj Turaga 
<[email protected]>
Auto-discover DB managers from provider.yaml (#62308)

* Auto-discover DB managers from provider.yaml

  DB managers (EdgeDBManager, FABDBManager) previously required manual
  configuration via AIRFLOW__DATABASE__EXTERNAL_DB_MANAGERS. They are now
  declared in provider.yaml under a new db-managers key and picked up
  automatically by ProvidersManager, matching the pattern used by executors,
  auth-managers, and secrets-backends.

* Fix some unit tests

* Fix static checks

* Fix more unit tests

* fix: use inspector check for edge_job index creation on MySQL

  MySQL does not support CREATE INDEX IF NOT EXISTS, causing the edge3
  migration to fail when running on MySQL. Replace the if_not_exists=True
  flag with an explicit inspector-based existence check, which works
  across all supported database backends.

* fix: use inspector check for FAB index creation on MySQL

  MySQL does not support CREATE INDEX IF NOT EXISTS. Replace the
  if_not_exists=True flag on batch_op.create_index calls in the FAB
  bootstrap migration with explicit inspector-based existence checks,
  matching the pattern already applied to the edge3 migration.

* hopefully the final unit test fix

* fix: ignore edge3 tables in schema sync test for lower-dep CI

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

With regards,
GitHub Actions via GitBox


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

Reply via email to