-
Notifications
You must be signed in to change notification settings - Fork 1
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
Create DB function to get all checkpoint data of a flow #187
Labels
Comments
benedeki
added
enhancement
New feature or request
DB
Issues touching the Database part of the project
dependent
The item depends on some other open item (Issue or PR)
labels
Apr 15, 2024
benedeki
changed the title
Create DB function to get all checkpoint data
Create DB function to get all checkpoint data of a flow
Apr 15, 2024
benedeki
removed
the
dependent
The item depends on some other open item (Issue or PR)
label
Apr 15, 2024
This item depends on: |
lsulak
added a commit
that referenced
this issue
Apr 22, 2024
lsulak
added a commit
that referenced
this issue
Apr 24, 2024
lsulak
added a commit
that referenced
this issue
Apr 24, 2024
lsulak
added a commit
that referenced
this issue
Apr 26, 2024
Implemented DB function that gets all checkpoints for a flow
github-project-automation
bot
moved this from 👀 In review
to ✅ Done
in CPS small repos project
Apr 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Background
We need to read all the measurements across a checkpoint of certain name within a flow.
Feature
Create a DB function that will return all checkpoint and its measurements for the given flow (identified by main partitioning)
Proposed Solution
Function signature
for output order by checkpoint_time and id_checkpoint
i_limit
and i_checkpoint_nameare optional. If
NULL` no limit and no filter on checkpoint name.Depends on #178
The text was updated successfully, but these errors were encountered: