The GitHub Actions job "Tests" on 
airflow.git/add-warning-missing-edge-db-manager has failed.
Run started by GitHub user dheerajturaga (triggered by dheerajturaga).

Head commit for run:
edb6630500c4f2abd83e39339716ac885af46266 / Dheeraj Turaga 
<[email protected]>
Warn when EdgeDBManager is missing from external_db_managers in edge3 provider

  When the edge3 provider is active but AIRFLOW__DATABASE__EXTERNAL_DB_MANAGERS
  is not configured with EdgeDBManager, database tables will not be managed
  through the standard Airflow migration process. This adds an early UserWarning
  at both startup paths (api-server via the plugin, scheduler via 
EdgeExecutor.start)
  to surface this misconfiguration clearly rather than letting it fail silently.

  The check lives in a standalone check_db_manager_config() helper in 
models/db.py,
  co-located with the EdgeDBManager class it validates.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to