forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete the Serialized Dag and DagCode before DagVersion migration (ap…
…ache#43700) This is necessary for a smooth migration from the old DB to the new one that added versioning; otherwise, the non-nullable columns raise an integrity error. Instead of populating those not nullable columns, this seems to be a better option since the Serialized Dag and DagCode would be regenerated after the migration.
- Loading branch information
1 parent
6a5b22d
commit 438f71d
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
f997746cdee45147831f81bcd2d43ec3ca45d7429afa691e385104987ed51d88 | ||
4adae6a26c3378a5da5468eecfcbd27948c2af285a8dcf12ff8c3969e19f19f7 |