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-43416: Migrate AP code to external APDB configs #124

Merged
merged 4 commits into from
Apr 30, 2024
Merged

Conversation

kfindeisen
Copy link
Member

@kfindeisen kfindeisen commented Apr 26, 2024

This PR modifies ApdbMetricTask to use new-style configs instead of a Config input connection (which becomes unparseable on lsst/ap_association#210). The connection is not deprecated, as the task still needs it for its original purpose (knowing that prerequisite PipelineTasks have finished).


  • Passes Jenkins CI.
  • Documentation is up-to-date.

These tests were written before addClassCleanup was available.
This commit also includes the doReadMarker flag, which selects between
an APDB connection and apdb_config_url.
The new doReadMarker flag is *not* deprecated, since the default is
the old behavior and pipelines are expected to override it. Likewise,
DirectApdbLoader is not deprecated because it must be constructed
during ApdbMetricTask initialization.
Copy link

@isullivan isullivan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@kfindeisen kfindeisen merged commit 02878d4 into main Apr 30, 2024
2 checks passed
@kfindeisen kfindeisen deleted the tickets/DM-43416 branch April 30, 2024 20:54
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.

None yet

2 participants