-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[Backend] Improve parameter patching #3016
[Backend] Improve parameter patching #3016
Conversation
Check out this pull request on You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB. |
/assign @IronPan |
/hold |
/hold cancel |
/lgtm |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: IronPan 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 |
/retest |
/retest |
/retest |
* update * move patching logic * update placeholders * move to api converter * refactor some tests * fix main.go * default remote build to false * patch everything * remove api converter patching * clean up * fix constant
Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com>
Now it patches for all pipelines including preload and custom ones and tmp ones (e.g. ones created from
create_run_from_pipeline_func
. Also change XGboost and TFX sample to comply to new convention.We now commit to the following conventional placeholders:
{{kfp-default-bucket}}
for default bucket deployed with KFP; and{{kfp-project-id}}
for current GCP project ID.Verified at: https://3ed47013582d1554-dot-us-central2.pipelines.googleusercontent.com/#/runs/details/876b4f92-b1dc-4b3a-9332-1e3a5d6ae1c8
Small side change: default remote build to false, otherwise we are always using remote building.
This change is