-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keep copies of old dimension universes
Store the dimensions.yaml configuration for universes 5 and 6. This will be used by daf_butler_migrate to verify that the dimension universe stored in the DB is as expected before performing the migration.
- Loading branch information
Showing
4 changed files
with
914 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
These files are used by | ||
[daf_butler_migrate](https://github.com/lsst-dm/daf_butler_migrate) to verify | ||
and update the dimension universe stored in the database when upgrading the | ||
database schema. | ||
|
||
The naming convention is `<namespace>_universe<version>.yaml`. |
Oops, something went wrong.