-
Notifications
You must be signed in to change notification settings - Fork 1
DM-53501: Investigate Null values in camera_hexapod_compensation_offset_* column #122
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
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
2cb057d
Use COALESCE in upsert, QueuePool, remove leaked get_con(), redirect …
rcboufleur d740082
Fix task_update_counts status, add null guards, fix select_failed fil…
rcboufleur 515887c
Accept str | list[str] for db_uri, drop redundant and_() wrapper
rcboufleur f6c5255
Fix make_fields type hint, improve error logging with exc_info
rcboufleur 267d1ac
Skip exposures not fully inside the processing window; cache DAOs; gu…
rcboufleur cfa08cc
Cache exposure/visit DAOs in __init__ instead of per run() call
rcboufleur 61a3fd4
Move current_utc to prevent latent NameError; fix failed_tasks return…
rcboufleur c574580
Make shutdown_event required in process_tasks
rcboufleur 5b52711
Fix typo EDF to EFD
rcboufleur 62fb486
Add start_offset field to Column model
rcboufleur fc97d9f
Update submodule descriptions in docstring
rcboufleur 6c271c3
Add missing config_lsstcam.yaml to package docstring
rcboufleur 7905916
Fix lint
rcboufleur d580b2d
Fix CI failures from dialect validation order, conda cache, and Black…
rcboufleur File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
connect_timeoutarg doesn't work with sqlite. Do something like this instead: