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-32261: use datasets' defaults collection #153

Merged
merged 1 commit into from Feb 28, 2022
Merged

Conversation

kfindeisen
Copy link
Member

This PR replaces the previous code that constructed a list of input collections with a single reference to the dataset's defaults collection, which is now the source of truth for what inputs are appropriate for a given dataset. This allows for more decentralized handling of optional data types like solar system objects.

Code previously avoided using this collection because it was created by
gen2to3, so we could not guarantee its contents. Now that ap_verify
datasets are managed directly in Gen 3, we know it contains almost
everything we need.
@kfindeisen kfindeisen merged commit e0e882f into main Feb 28, 2022
@kfindeisen kfindeisen deleted the tickets/DM-32261 branch February 28, 2022 19:04
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