The GitHub Actions job "Tests" on airflow.git/v2-11-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
d93ce5ec0bfacedc187873dd17c3d7843081bee3 / Wei Lee <[email protected]>
fix(migrations): from 2.2.0 to 2.11.0 for Sqlite (#50745)

## Why
`airflow db migrate` failed when I migrated an old airflow instance to 2.11.0rc1

## What
Following up https://github.com/apache/airflow/pull/49301 and trying to fix 
some found issues

* `0093 upgrade, 0100 upgrade, 0060 downgrade, 0064 downgrade`: since SQite 
does not support constant drop, follow how 
https://github.com/apache/airflow/pull/49301 deals with fk for SQlite
* `0110`: backport _drop_fkey_if_exists for handling fk in sqlite
* `0142`: Explicitly list down the column names when recreating dag_run table
* `0073`: add a safeguard to ensure we're not wrongly update the name

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

With regards,
GitHub Actions via GitBox


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

Reply via email to