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

First steps for pipelines #20

Merged
merged 7 commits into from
Jul 23, 2024
Merged

First steps for pipelines #20

merged 7 commits into from
Jul 23, 2024

Conversation

pgierz
Copy link
Member

@pgierz pgierz commented Jul 16, 2024

Very basic steps for pipelines for creation of CMORized data. Still to come:

  • partially continued work
  • some logging

@pgierz pgierz linked an issue Jul 16, 2024 that may be closed by this pull request
pgierz added 2 commits July 16, 2024 12:03
This implements a basic Create-Read-Update-Delete database for pipeline
statuses. This can be used to check that status of a particular
pipeline, so that it could potentially be revived after a killed job.

Some caveats:
* Python ID is used for each pipeline. I am not sure if this is a good
  idea since the ID might be unique for each run.

The `create` is somewhat wrong, it could also update and is not strictly
separated. Can be fixed later on.

Tests auto-generated by GitHub, seem to cover at least the very basics.
More sophisticated tests will come later on.

Signed-off-by: Paul Gierz <[email protected]>
@pgierz pgierz linked an issue Jul 16, 2024 that may be closed by this pull request
@pgierz pgierz marked this pull request as ready for review July 16, 2024 12:22
@pgierz pgierz marked this pull request as draft July 16, 2024 12:22
@pgierz pgierz marked this pull request as ready for review July 23, 2024 08:13
@pgierz pgierz requested review from siligam and mandresm July 23, 2024 08:14
@siligam siligam merged commit 307ce7e into main Jul 23, 2024
4 checks passed
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.

Old pipeline
2 participants