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-31093: Updated TAP_SCHEMA for NCSA to be closer to Qserv reality #18

Merged
merged 2 commits into from
Jul 13, 2021
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 dp01_dc2.yaml hsc_gen2.yaml hsc.yaml sdss_stripe82_01.yml wise_00.yml
./build int dp01_dc2.yaml hsc_gen2.yaml hsc.yaml sdss_stripe82_01.yml wise_00.yml
./build stable hsc_gen2.yaml hsc.yaml wise_01.yml
./build int hsc_gen2.yaml hsc.yaml wise_01.yml
./build idfprod dp01_dc2.yaml
./build idfint dp01_dc2.yaml
2 changes: 1 addition & 1 deletion yml/wise_01.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: wise_01
description: Key catalogs from the 2013 AllWISE data release: Source Catalog and Multi-Epoch Photometry
description: 'Key catalogs from the 2013 AllWISE data release: Source Catalog and Multi-Epoch Photometry'
tables:
- name: allwise_p3as_mep
"@id": "#allwise_p3as_mep"
Expand Down