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-48380: Identify why summit OCPS is having issues with LATISS calibration checkout #171

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

czwa
Copy link
Contributor

@czwa czwa commented Jan 9, 2025

Fix bugs:

  • Pipeline search would fail if a subset was supplied.
  • Default pipeline location changed, but wasn't updated.
  • A tuple converts to a valid argument to the IN operator unless it has only a single element, in which it has a trailing comma that is not allowed.

czwa added 4 commits January 9, 2025 15:20
The pipeline search uses a check for an on-disk file, but if a subset
is supplied to the pipeline, then that check fails.  Remove the subset
for the existence check, but retain it when passing the pipeline.
Default pipelines were moved to an _ingredients subdirectory to
conform with other package standards.
The exposure_ids are stored in a tuple, which converts nicely to an
SQL query if the tuple has more than one element.  If it has just one
element, there's a trailing comma that breaks the parsing.
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.

1 participant