Closed wslulciuc closed 1 month ago
Name | Link |
---|---|
Latest commit | 732cd3f814f841eda26eefb10ca36690b3fda0ee |
Latest deploy log | https://app.netlify.com/sites/peppy-sprite-186812/deploys/670eaae645c6dd0008e1ca38 |
Attention: Patch coverage is 6.38298%
with 132 lines
in your changes missing coverage. Please review.
Project coverage is 81.12%. Comparing base (
db4fbfa
) to head (732cd3f
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
api/src/main/java/marquez/cli/MetadataCommand.java | 6.38% | 132 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Is there any way to get a job in running status so that we could look at those states. Maybe a flag could be added as, current-job-running
?
It also looks like you need to clean up a CI error on the web project.
Is there any way to get a job in running status so that we could look at those states. Maybe a flag could be added as, current-job-running?
~Do you mean to print out a list of jobs / runIDs to the terminal after running the cmd?~ Hmm you mean to have job runs in a RUNNING
state?
Is there any way to get a job in running status so that we could look at those states. Maybe a flag could be added as, current-job-running?
~Do you mean to print out a list of jobs / runIDs to the terminal after running the cmd?~ Hmm you mean to have job runs in a
RUNNING
state?
Yes, to let the last run for remain in running state...
This PR adds the following cmd line args to
cli.MetadataCommand
used to seed the Marquez backend for future functional testing:CLI Args
--jobs
--runs-per-job
--runs-active
--max-run-fails-per-job
--min-run-duration
--max-run-duration
--run-start-time
--run-end-time
Example
output: metadata.json
Bugs
This PR also fixes the following bugs:
N
runs for job in dashboard page; replaces randomized run durationsN
runs for job in dashboard page as ascendingrunStateColor()
for job display page