This issue is to track the changes required to the local dev's docker-compose file to be functional with the upcoming Airflow 3. Changes identified until now: - [ ] `airflow db upgrade` command has been dropped in favour of `airflow db migrate` - [ ] CLI local dev logic should bring up Fast API server - [ ] Spin up separate DAG Processor container
This issue is to track the changes required to the local dev's docker-compose file to be functional with the upcoming Airflow 3.
Changes identified until now:
airflow db upgradecommand has been dropped in favour ofairflow db migrate