after migrating from version 2.1.4 to 2.3.0 I'm unable to delete dags #22967
Labels
affected_version:main_branch
Issues Reported for main branch
affected_version:2.3
Issues Reported for 2.3
area:core
Can't Reproduce
The problem cannot be reproduced
kind:bug
This is a clearly a bug
pending-response
Milestone
Apache Airflow version
main (development)
What happened
After changing the dockerfile in the astro cli to that of version 2.3.0 from version 2.1.4 I am unable to delete dags and am greeted with the 'Oops something bad had happened screen'
After trying to upgrade the database in the scheduler container with the
airflow db upgrade
command I'm given this error:What you think should happen instead
I think airflow should be able to handle the upgrade from 2.1.4 to 2.3.0 seamlessly.
How to reproduce
run dags in 2.1.4
export the database to a sql file
stop astro cli
change dockerfile in astro cli to that of version 2.3.0
start astro cli
import the database previously exported
delete dags in webserver ui
Oops screen should appear
Operating System
Docker (debian:buster)
Versions of Apache Airflow Providers
No response
Deployment
Astronomer
Deployment details
Astro cli with images:
FROM quay.io/astronomer/ap-airflow-dev:2.1.4-7-buster-nightly-20220411
FROM quay.io/astronomer/ap-airflow-dev:2.3.0.dev20220411
Anything else
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: