Optional input artifacts not working
See original GitHub issueWhat steps did you take:
Passed an output from a dsl.Condition
block to a subsequent operation.
What happened:
Unable to resolve: {{tasks.condition-1.outputs.artifacts.download-from-gcs-2-Data}}
What did you expect to happen:
None
to be passed to the subsequent component.
Environment:
KFP version: 1.0.1 KFP SDK version: kfp 1.0.3 kfp-server-api 1.0.3
Anything else you would like to add:
This seems very much like the following Argo issue:
https://github.com/argoproj/argo/issues/3491
for which a fix has been merged, is it possible to update the version of Argo used by KFP?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:11 (4 by maintainers)
Top Results From Across the Web
DownloadBuildArtifacts@1 - Download build artifacts v1 task
Download build artifacts v1 # Download files that were saved as artifacts of a completed build. - task: DownloadBuildArtifacts@1 inputs: ...
Read more >Conditional Artifacts and Parameters - Argo Workflows
The Conditional Artifacts and Parameters feature enables to assign the Step/DAG level artifacts or parameters based on expression.
Read more >Pipeline: Input Step - Jenkins
ok : String (optional); parameters (optional). Request that the submitter specify ... If parameters are not requested, the step returns nothing if approved....
Read more >Authoring Tasks - Gradle User Manual
Task has outputs and inputs and they have not changed. See Incremental Builds. ... This feature is helpful if you work with tasks...
Read more >AWS CodeBuild - AWS CodePipeline - AWS Documentation
All artifacts that are specified as input artifacts to a CodeBuild action are available inside of the container running the commands.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@susan-shu-c FYI it still works to leave inputs blank if you are using Vertex Pipelines GUI even though there is a red box in the UI for the parameters
So anyone got a solution for that?