The GitHub Actions job "Tests AMD" on airflow.git/add-dbmanagers-command has 
failed.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
3c45865898a0ecbeec1a52e7d5fdc0d449565a10 / Ephraim Anierobi 
<[email protected]>
Add `airflow db-manager` CLI for managing external databases

This adds a new top-level CLI command, `airflow db-manager`, which provides an
interface for managing metadata databases handled by external DB managers.

Previously, external DB managers were required to define and expose their own 
CLI commands.
With this change, Airflow now provides support for common DB actions
(reset, migrate, downgrade) across external database backends by delegating to 
their registered managers.

Changes:

 - Introduces db-manager CLI group with reset, migrate, and downgrade commands.

 - Each command accepts a --name flag to select the DB manager.

 - Adds test coverage for the CLI commands.

This enables external providers to plug in seamlessly without duplicating db 
command logic.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to