* SDK - Client - Added a way to set experiment name using environment variables This is useful for launching notebooks or pipeline files that submit themselves for execution. * Switched to subprocess.run which supports env * Setting the environment variable differently Looks like `subprocess.run` uses `PATH` to search for the program. * Convert return code to string * Changed the way the experiment name is being set * Changed how the notebook installs the SDK Notebook is overriding the SDK that's being tested. * Not installing the KFP SDK package * Removed the experiment_name from samples and configs. * Changed the SDK installation lines in samples Otherwise the sample tests do not correctly test the new SDK code. |
||
|---|---|---|
| .. | ||
| multiple_outputs.ipynb | ||