-
Notifications
You must be signed in to change notification settings - Fork 15.3k
make bundle_name not nullable #47592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
remove migration query Co-authored-by: Ephraim Anierobi <[email protected]>
Hi @ephraimbuddy @jedcunningham Do you think this PR looks good already, or you think more testing needs to be done? |
Since Airflow 3 has been released, we should update the PR with new migration file instead of editing the add-dagbundlemodel migration file. Sorry that it didn't make it to 3.0.0 |
PR is updated to use new migration file, as 3.0 is rolled out. |
airflow-core/src/airflow/migrations/versions/0069_3_1_0_make_bundle_name_not_nullable.py
Outdated
Show resolved
Hide resolved
…undle_name_not_nullable.py Co-authored-by: Ephraim Anierobi <[email protected]>
airflow-core/src/airflow/migrations/versions/0069_3_1_0_make_bundle_name_not_nullable.py
Outdated
Show resolved
Hide resolved
…undle_name_not_nullable.py Update downgrade Co-authored-by: Ephraim Anierobi <[email protected]>
Improving it in another PR is good too. |
Change bundle_name in dag not nullable and prepopulate the value in the migration: #46734