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

observable sanity check #87

Merged
merged 1 commit into from
May 9, 2024
Merged

observable sanity check #87

merged 1 commit into from
May 9, 2024

Conversation

mwdchang
Copy link
Member

@mwdchang mwdchang commented May 7, 2024

Summary

In the weird cases where observables == null, it creates minor issues downstream MIRA that is called by pyciemss. This force convert null-cases into empty list which is acceptable by MIRA.

Note MIRA is aware of this and Ben G. he can make a fix on his end, so this is extra security until then.

@mwdchang
Copy link
Member Author

mwdchang commented May 9, 2024

Just to add a note here.

The Terarium API returns "observables = null" when the config is fetched with "X-Enable-Snake-Case" header, even though observables does not exist and does not appear in Terarium application itself. We can revert this PR when the API can return consistent responses.

@mwdchang mwdchang merged commit a49ec43 into main May 9, 2024
2 checks passed
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.

3 participants