I-ALiRT - add spacecraft status#1218
Open
laspsandoval wants to merge 1 commit intoIMAP-Science-Operations-Center:devfrom
Open
I-ALiRT - add spacecraft status#1218laspsandoval wants to merge 1 commit intoIMAP-Science-Operations-Center:devfrom
laspsandoval wants to merge 1 commit intoIMAP-Science-Operations-Center:devfrom
Conversation
8c48ba0 to
e959a81
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request expands support for the
spacecraft_statusinstrument in the ingestion and query APIs. It introduces the necessary import and processing logic forspacecraft_statusdata, ensures proper authorization, and updates the ingestion pipeline to handle this new instrument type.Support for
spacecraft_statusinstrument:process_statusand included it in the instrument processing pipeline inialirt_ingest.py, allowing the system to handlespacecraft_statusdata. [1] [2]process_algorithmsto correctly handlespacecraft_statusas a new case, including logging and ancillary file handling.API and authorization updates:
lambda_handlerinialirt_data_query_api.pyto add authorization checks and metadata handling for thespacecraft_statusinstrument, ensuring only authorized scopes can access this data.lambda_handlerfor code style warnings.