Handle records with null logical date when downgrade db #46500
Labels
AIP-83
Remove Execution Date Unique Constraint from DAG Run
area:db-migrations
PRs with DB migration
Milestone
Body
Split from #46295 (comment)
We used to have some code in upgrade and downgrade to check if the db is in a state suitable for migration
56a3987
This can be done here. Basically we can check if there are any records with null logical date, and move them to a separate table.
Committer
The text was updated successfully, but these errors were encountered: