Removing ancillary deps for SWAPI L3 - #1460
Merged
Merged
Conversation
bryan-harter
requested review from
Copilot,
lacoak21,
sdhoyt,
tech3371 and
tmplummer
June 23, 2026 20:40
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the SWAPI orchestration dependency configuration to remove ancillary inputs that are no longer required for L3 processing (per the referenced SWAPI L3 updates), reducing unnecessary dependency gating and ancillary ingestion coupling.
Changes:
- Removed several SWAPI ancillary LUT dependencies from the L3A jobs (
alpha-sw,proton-sw,pui-he). - Kept remaining SWAPI ancillary dependencies (e.g.,
energy-gf-pui-lut,density-of-neutral-helium-lut,efficiency-lut, inflow vectors) unchanged.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
lacoak21
approved these changes
Jun 24, 2026
pleasant-menlo
approved these changes
Jun 24, 2026
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.
Change Summary
Overview
SWAPI no longer needs some ancillary files for L3, per Menlo. This is a refactor of the PR here: #1320, since that one was slightly out of date.
File changes
sds_data_manager/orchestration/dependencies/imap_swapi_dependencies.yaml
Removed some of the ancillary file dependencies
Testing
Unit tests pass