Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: sdm_schemas
-
Team:DM Science
-
Urgent?:No
Description
When I made the schema for CcdVisit, I forgot to do reset_index() before looking at the list of column names, so I missed ccdVisitId. This column is critical for joins with Source/ForcedSource.
The Visit table will need a similar fix, but I'd like to defer that because 1) the visit column already contains the same information and 2) the table in qserv hasn't been updated yet, and won't be for a few days, so we would break TAP access by doing the fix before then.
Jenkins passed on main, running on v23. I can hold off on the backport until
DM-34919is resolved.