Skip to content

Commit

Permalink
DO NOT MERGE: Make some dummy changes to schema for comparison testing
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Nov 7, 2024
1 parent 4cde8e3 commit 80b68f4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion python/lsst/sdm_schemas/schemas/dp02_dc2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: dp02_dc2_catalogs
"@id": "#dp02_dc2_catalogs"
description: "Data Preview 0.2 contains the image and catalog products of the Rubin Science
Pipelines v23 processing of the DESC Data Challenge 2 simulation, which covered 300 square
degrees of the wide-fast-deep LSST survey region over 5 years."
degrees of the wide-fast-deep LSST survey region over 5 years (dummy change)."
tables:
- name: Object
"@id": "#Object"
Expand Down Expand Up @@ -8053,3 +8053,8 @@ tables:
tap:column_index: 999
tap:principal: 1
description: 1 for galaxies, 2 for stars, and 3 for SNe
- name: dummy_column
'@id': '#TruthSummary.dummy_column'
datatype: string
length: 256
description: Dummy column for schema comparison testing

0 comments on commit 80b68f4

Please sign in to comment.