Commit Graph

4 Commits

Author SHA1 Message Date
James Liu d902caeac4
fix(samples): Update KFP version in sample to fix backslash recognization issue. (#5140)
* Add escape character for writer.write() call in sample

Backslash needs to be escaped while writing `\n` to a file.

* Change to upgrade KFP version in sample
2021-02-16 16:04:29 -08:00
Alexey Volkov fd5778dbcd
Samples - Updated the Data passing in python tutorial (#2868)
* Samples - Updated the Data passing in python tutorial

* Fixed the review issues

* Added missing kfp_endpoint

* Stopped shadowing the system list type

* Added added a bit more infor about size limitations

* Changed the package installation
2020-02-10 16:52:00 -08:00
HUAN-PING SU 8dfa2d9f83 Typo in Data passing in python components.ipynb (#2347)
smal should be small
2019-10-10 14:31:19 -07:00
Alexey Volkov 6be5cd7bc0 Samples - Added the data passing tutorial (#2258)
* Samples - Added the data passing tutorial

* Ensure the correct SDK version is installed

* Corrected the output names

* Added extended explanation of the data passing process
2019-10-01 15:47:08 -07:00