Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-34635: Remove skymap, visit_system, instrument, physical_filter from schemas #56

Merged
merged 2 commits into from
May 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 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 ../yml/dp02_dc2_preops-863.yaml
./build int ../yml/hsc_gen2.yaml ../yml/hsc.yaml ../yml/wise_01.yml ../yml/dp01_dc2.yaml ../yml/dp02_dc2_preops-863.yaml
./build stable ../yml/hsc.yaml ../yml/wise_01.yml ../yml/dp01_dc2.yaml ../yml/dp02_dc2_preops-863.yaml
./build int ../yml/hsc.yaml ../yml/wise_01.yml ../yml/dp01_dc2.yaml ../yml/dp02_dc2_preops-863.yaml
./build idfprod ../yml/dp01_dc2.yaml
./build idfint ../yml/dp01_dc2.yaml ../yml/dp02_dc2_preops-863.yaml ../yml/dp02_dc2.yaml
20 changes: 0 additions & 20 deletions yml/hsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,6 @@ tables:
description:
mysql:datatype: BOOLEAN
fits:tunit:
- name: skymap
"@id": "#Object.skymap"
datatype: char
description:
length: 12
mysql:datatype: CHAR(12)
fits:tunit:
- name: tract
"@id": "#Object.tract"
datatype: long
Expand Down Expand Up @@ -5901,13 +5894,6 @@ tables:
description: Name of the band used to take the exposure where this source was measured.
mysql:datatype: CHAR(1)
fits:tunit:
- name: instrument
"@id": "#Source.instrument"
datatype: char
description:
length: 3
mysql:datatype: CHAR(3)
fits:tunit:
- name: detector
"@id": "#Source.detector"
datatype: long
Expand All @@ -5921,12 +5907,6 @@ tables:
length: 5
mysql:datatype: CHAR(5)
fits:tunit:
- name: visit_system
"@id": "#Source.visit_system"
datatype: long
description:
mysql:datatype: BIGINT
fits:tunit:
- name: visit
"@id": "#Source.visit"
datatype: long
Expand Down