pipelines/sdk/python/kfp/compiler/test_data/README.md

139 B

Pipeline samples for compiler unit tests.

To update all golden snapshots:

for f in test_data/*.py ; do python3 "$f" ; done