-
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
add default value type checking #1407
add default value type checking #1407
Conversation
resolving #1361 |
/lgtm |
/test kubeflow-pipeline-e2e-test |
1 similar comment
/test kubeflow-pipeline-e2e-test |
/test kubeflow-pipeline-e2e-test |
/lgtm |
/lgtm |
/approve |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gaoning777, 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 |
* add validation for storageUri * add test for invalid storageURIs * add function to get protocols as an array of string * generate regex dynamically from list of protocol prefixes * updated storage uri error to contain protocols * Reduced repeated regex * Fixed regex * Added exported function to check if Prefix is supported given a list of prefixes * Updated storageURI validation to use same prefix check as inference service * Removed test cases that are invalid and updated error message
This enables the dsl compiler to type checking the default values if the type contains the json schema.
This change is