Skip to content

Commit

Permalink
Merge branch 'tickets/DM-33909-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzm committed Mar 17, 2022
2 parents 564f93c + fdbbf00 commit 4d7e903
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion browser/dp02.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: schema
title: Data Preview 0.2 Schema (Preliminary)
schema: dp02
schema: dp02_dc2
sort-index: 11
---
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
6 changes: 3 additions & 3 deletions tap-schema/build-all
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -ex
./build mock
./build stable ../yml/hsc_gen2.yaml ../yml/hsc.yaml ../yml/wise_01.yml ../yml/dp01_dc2.yaml
./build int ../yml/hsc_gen2.yaml ../yml/hsc.yaml ../yml/wise_01.yml ../yml/dp01_dc2.yaml
./build stable ../yml/hsc_gen2.yaml ../yml/hsc.yaml ../yml/wise_01.yml ../yml/dp01_dc2.yaml ../yml/dp02_dc2.yaml
./build int ../yml/hsc_gen2.yaml ../yml/hsc.yaml ../yml/wise_01.yml ../yml/dp01_dc2.yaml ../yml/dp02_dc2.yaml
./build idfprod ../yml/dp01_dc2.yaml
./build idfint ../yml/dp01_dc2.yaml
./build idfint ../yml/dp01_dc2.yaml ../yml/dp02_dc2.yaml
2 changes: 1 addition & 1 deletion tap-schema/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
click
pyyaml
git+git://github.com/lsst-dm/felis.git@main#egg=felis
git+http://github.com/lsst-dm/felis.git@main#egg=felis
5 changes: 3 additions & 2 deletions yml/dp02.yaml → yml/dp02_dc2.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: dp02Schema
"@id": "#dp02Schema"
name: dp02_dc2_catalogs
"@id": dp02_dc2_catalogs
description: Preliminary schema for Data Preview 0.2, including only catalog tables for now
tables:
- name: object
"@id": "#Object"
Expand Down

0 comments on commit 4d7e903

Please sign in to comment.