-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDK - Client - Added a way to set experiment name using environment variables #2292
SDK - Client - Added a way to set experiment name using environment variables #2292
Conversation
Thank you for doing this @Ark-kun ! |
/retest |
2 similar comments
/retest |
/retest |
a49ec53
to
b756625
Compare
65cc605
to
9f1fe08
Compare
/retest |
83eba82
to
6e26a84
Compare
/test kubeflow-pipeline-sample-test |
/retest |
…ariables This is useful for launching notebooks or pipeline files that submit themselves for execution.
Looks like `subprocess.run` uses `PATH` to search for the program.
Notebook is overriding the SDK that's being tested.
5059495
to
b22cc3e
Compare
Otherwise the sample tests do not correctly test the new SDK code.
b22cc3e
to
e381192
Compare
/cc @numerology This PR is now fully ready. |
What is the default experiment name when the env_var is not set? |
Back in spring, KFP has introduced the concept of default experiment. |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Ark-kun The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This is useful for controlling the experiment name when launching notebooks or pipeline files that submit themselves for execution.
This change is