Closed jizg closed 3 years ago
Issue-Label Bot is automatically applying the labels:
Label | Probability |
---|---|
area/sdk | 0.91 |
Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! Links: app homepage, dashboard and code for this bot.
Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.
yes there's a bug with the big data passing, I fixed few weeks ago and it will be in our 0.4 release.
/close
@Tomcli: Closing this issue.
/kind bug
What steps did you take and what happened:
I created a pipeline to test passing file artifacts between tasks. When the pipeline is compiled by SDK installed from pip, the execution failed. But if I install SDK compiled from the lastest master branch, it worked without problem.
What did you expect to happen:
pip installed SDK should work without problem.
Additional information:
pipeline_yaml.zip
pipeline yaml diff, upper is the one compiled by pip SDK.
code to generate pipeline:
Environment:
python --version
): Python 3.7.8tkn version
): not installedkubectl version
): 1.16.15/etc/os-release
): Ubuntu 18.04