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-24696: Flatten AP alert schemas #18

Merged
merged 8 commits into from Jun 12, 2020
Merged

DM-24696: Flatten AP alert schemas #18

merged 8 commits into from Jun 12, 2020

Conversation

ebellm
Copy link
Contributor

@ebellm ebellm commented Jun 10, 2020

No description provided.

{"name": "psFluxErr", "type": "float"},
{"name": "psRa", "type": ["null", "double"], "default": null},
{"name": "psDecl", "type": ["null", "double"], "default": null},
{"name": "psFluxErr", "type": ["null", "float"], "default": null},
Copy link
Contributor

Choose a reason for hiding this comment

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

psFluxErr appears twice.

@ebellm ebellm requested a review from morriscb June 12, 2020 00:42
Copy link

@morriscb morriscb left a comment

Choose a reason for hiding this comment

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

Looks good. I assume you cross checked this with the Apdb schema?

@ebellm
Copy link
Contributor Author

ebellm commented Jun 12, 2020

@morriscb Yes, and I tested that ap_pipe serializes alerts without error on HiTS CI. It motivates me to think further about if we can auto-generate these schemas.

@ebellm ebellm merged commit af23745 into master Jun 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants