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-44884: Remove DP0.1 from TAP_SCHEMA build & DataLink #238

Merged
merged 1 commit into from
Sep 27, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions datalink/columns-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@
# build_datalink_metadata.py, run during the build.

tables:
dp01_dc2_catalogs.forced_photometry:
lsst:minimal: []
dp01_dc2_catalogs.object:
lsst:minimal: []
dp01_dc2_catalogs.position:
lsst:minimal: []
dp01_dc2_catalogs.reference:
lsst:minimal: []
dp01_dc2_catalogs.truth_match:
lsst:minimal: []
dp02_dc2_catalogs.CcdVisit:
lsst:minimal: []
dp02_dc2_catalogs.CoaddPatches:
Expand Down
3 changes: 0 additions & 3 deletions datalink/datalink-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"dp01_object_cone_search": ["dp01_dc2_catalogs_object_ra", "dp01_dc2_catalogs_object_dec"],
"dp01_position_cone_search": ["dp01_dc2_catalogs_position_coord_ra", "dp01_dc2_catalogs_position_coord_dec"],
"dp01_truth_match_cone_search": ["dp01_dc2_catalogs_truth_match_ra", "dp01_dc2_catalogs_truth_match_dec"],
"dp02_object_to_fs_timeseries": ["dp02_dc2_catalogs_Object_objectId"],
"dp02_diaobject_to_dias_timeseries": ["dp02_dc2_catalogs_DiaObject_diaObjectId"],
"dp02_diaobject_to_diafs_timeseries": ["dp02_dc2_catalogs_DiaObject_diaObjectId"],
Expand Down
23 changes: 0 additions & 23 deletions datalink/dp01_object_cone_search.xml

This file was deleted.

23 changes: 0 additions & 23 deletions datalink/dp01_position_cone_search.xml

This file was deleted.

23 changes: 0 additions & 23 deletions datalink/dp01_truth_match_cone_search.xml

This file was deleted.

2 changes: 1 addition & 1 deletion tap-schema/build-all
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
./build mock

./build idfprod-tap ../yml/dp02_dc2.yaml ../yml/dp01_dc2.yaml ../yml/dp02_obscore.yaml
./build idfprod-tap ../yml/dp02_dc2.yaml ../yml/dp02_obscore.yaml
./build idfint-tap ../yml/dp02_dc2.yaml ../yml/dp02_obscore.yaml
./build idfdev-tap ../yml/dp02_dc2.yaml ../yml/dp02_obscore.yaml
./build usdf-prod-tap ../yml/dp02_dc2.yaml ../yml/dp02_obscore.yaml
Expand Down
File renamed without changes.
Loading