-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
fix(docs): fix data transformation example #6901
fix(docs): fix data transformation example #6901
Conversation
273bedb
to
620d77b
Compare
Codecov Report
@@ Coverage Diff @@
## master #6901 +/- ##
==========================================
- Coverage 48.53% 48.53% -0.01%
==========================================
Files 265 265
Lines 19259 19259
==========================================
- Hits 9348 9347 -1
- Misses 8860 8861 +1
Partials 1051 1051
Continue to review full report at Codecov.
|
620d77b
to
a474fcc
Compare
Signed-off-by: Peter Evers <pevers90@gmail.com>
Head branch was pushed to by a user without write access
a474fcc
to
e4f8ad5
Compare
Signed-off-by: Peter Evers <pevers90@gmail.com> Signed-off-by: kriti-sc <kathuriakriti1@gmail.com>
Signed-off-by: Peter Evers <pevers90@gmail.com>
This PR fixes the data transformation example https://github.com/argoproj/argo-workflows/blob/master/examples/data-transformations.yaml by adding a target artifact.
Without this the workflow crashes with:
Closes #6900 .