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

Merged
merged 6 commits into from
Jan 24, 2025

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 czwa force-pushed the tickets/DM-48380 branch from c9508eb to 3c12465 Compare January 14, 2025 22:14
@czwa czwa requested a review from tribeiro January 14, 2025 22:16
czwa added 6 commits January 23, 2025 14:11
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.
@czwa czwa force-pushed the tickets/DM-48380 branch from d7bf668 to 24cf34c Compare January 23, 2025 22:12
@czwa czwa merged commit 81a6ca0 into develop Jan 24, 2025
2 checks passed
@czwa czwa deleted the tickets/DM-48380 branch January 24, 2025 21:41
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.

2 participants