Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: daf_butler
-
Story Points:0.5
-
Team:Architecture
-
Urgent?:No
Description
Nate Pease [X] ran the butler config validation on the ci_hsc_gen3 output repo and got the following report:
Template failure with key 'default': Template '{run:/}/{datasetType}.{component:?}/{tract:?}/{patch:?}/{label:?}/{abstract_filter:?}/{subfilter:?}/{physical_filter:?}/{visit:?}/{datasetType}_{component:?}_{tract:?}_{patch:?}_{label:?}_{abstract_filter:?}_{physical_filter:?}_{calibration_label:?}_{visit:?}_{exposure:?}_{detector:?}_{instrument:?}_{skymap:?}_{skypix:?}_{run}' is inconsistent with DatasetType(ps1_pv3_3pi_20170110, {htm7}, SimpleCatalog): {'exposure', 'patch', 'skypix', 'abstract_filter', 'tract', 'label', 'physical_filter', 'detector', 'instrument', 'calibration_label', 'skymap', 'subfilter', 'visit'} is not a superset of {'htm7'}.
|
Fix the template.
Attachments
Issue Links
- blocks
-
DM-25818 S3Datastore tests existence before writing
- Done
I assume the problem is that htm7 is not in the template but since we never "put" any of these dataset types that's completely irrelevant.
Jim Bosch Given that the dataset type name is completely unpredictable, how should the validation command know that this dataset type should be ignored? Is there a special dimensions definition for these that could tell us?