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-33694: Add match_ref/match_object schemas #41

Merged
merged 1 commit into from Apr 6, 2022
Merged

Conversation

taranu
Copy link
Contributor

@taranu taranu commented Feb 25, 2022

No description provided.

yml/imsim.yaml Outdated
@@ -8275,3 +8275,51 @@ tables:
datatype: long
mysql:datatype: BIGINT
description:
- name: match_ref
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Every other relation/table in this file is lowercaseCamel.

If you're curious what this table's friends are going to look like, go to https://data-int.lsst.cloud/portal select the collection called dp02_test_preops blah blah blah and scroll through the tables

yml/imsim.yaml Outdated
'@id': '#match_ref.index'
datatype: long
mysql:datatype: BIGINT
description: Incrementing (implied) index. Placeholder for reference object ID.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the "reference object ID"?

yml/imsim.yaml Outdated
'@id': '#match_ref.match_count'
datatype: long
mysql:datatype: BIGINT
description: True for sources that were selected for matching
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

copy paste?

yml/imsim.yaml Outdated
@@ -8275,3 +8275,51 @@ tables:
datatype: long
mysql:datatype: BIGINT
description:
- name: match_ref
'@id': '#match_ref'
description: Match indices and metadata for a reference catalog matched to an object table
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This description sounds kinda abstract. E.g. you reference "a reference catalog" instead of the very specific truthSummary and object tables that it contains matches for.

@taranu taranu force-pushed the tickets/DM-33694 branch 3 times, most recently from ab85719 to e7d5724 Compare March 28, 2022 23:31
@taranu taranu merged commit 87b0733 into main Apr 6, 2022
@taranu taranu deleted the tickets/DM-33694 branch April 6, 2022 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants