-
Notifications
You must be signed in to change notification settings - Fork 3
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
Save preprocesing tasks to Enduro DB #964
Conversation
466b0a0
to
3c2198f
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #964 +/- ##
==========================================
- Coverage 51.34% 51.30% -0.05%
==========================================
Files 102 104 +2
Lines 5679 5768 +89
==========================================
+ Hits 2916 2959 +43
- Misses 2520 2562 +42
- Partials 243 247 +4 ☔ View full report in Codecov by Sentry. |
ed49170
to
a03d68a
Compare
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.
Looking great @djjuhasz!
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.
Thanks @djjuhasz! One final thought, but looks great me.
Fixes #949. - Add a local SavePreprocessingTask activity - Save tasks returned by the preprocessing child workflow to the Enduro DB as PreservationTasks so they are visible in the Dashboard UI - Add a make "gen-enums" target to generate enums with go-enums - Add an enum for ingest task outcomes
09b42dc
to
90a19a9
Compare
Fixes #949.