pipelines/sdk/python/kfp/v2/compiler_cli_tests
Chen Sun 7626abf60d
fix(sdk.v2): fix `Optional` type hint causing executor to ignore user inputs for parameters. (#6541)
* fix `Optional` type hint causing issue in executor.

* update release note

* add a pipeline test case
2021-09-10 12:16:58 -07:00
..
test_data fix(sdk.v2): fix `Optional` type hint causing executor to ignore user inputs for parameters. (#6541) 2021-09-10 12:16:58 -07:00
README.md feat(v2/dsl): support minio & s3 artifacts in v2 python component. Fixes #5838 (#5909) 2021-06-24 00:47:19 -07:00
__init__.py Assigned copyright to the project authors (#5587) 2021-05-05 13:53:22 +08:00
compiler_cli_tests.py fix(sdk.v2): fix `Optional` type hint causing executor to ignore user inputs for parameters. (#6541) 2021-09-10 12:16:58 -07:00

README.md

Compiler unit tests

To update all golden snapshots:

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