Skip to content

Commit

Permalink
Add additional datastore for dp02 raws
Browse files Browse the repository at this point in the history
Add a new relative root that can be used to reference the DP02 raw image files.

Raw images for DP02 were stored in a different S3 bucket than the rest of the files, when this repository was first created.  These were previously referenced from the Registry DB as absolute URLs, which are going to break when the data moves to its new home at SLAC.
  • Loading branch information
dhirving committed Oct 7, 2024
1 parent a738317 commit 22a4e68
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions applications/butler/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ data:
name: FileDatastore@s3://butler-us-central1-panda-dev/dc2
cls: lsst.daf.butler.datastores.fileDatastore.FileDatastore
root: s3://butler-us-central1-panda-dev/dc2
- datastore:
# Datasets of type 'raw' are stored in a separate bucket for
# historical reasons.
name: FileDatastore@s3://curation-us-central1-desc-dc2-run22i
cls: lsst.daf.butler.datastores.fileDatastore.FileDatastore
root: s3://curation-us-central1-desc-dc2-run22i/
records:
table: raw_datastore_records
- datastore:
name: FileDatastore@s3://butler-us-central1-dp02-user
cls: lsst.daf.butler.datastores.fileDatastore.FileDatastore
Expand Down

0 comments on commit 22a4e68

Please sign in to comment.