-
Notifications
You must be signed in to change notification settings - Fork 181
Separate build and validateAndBuild method in DataSourceMetadata #2744
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
Separate build and validateAndBuild method in DataSourceMetadata #2744
Conversation
Signed-off-by: Tomoyuki Morita <moritato@amazon.com>
5eaca2b to
6d7a20a
Compare
Is it feasible to apply different set of validation rules on another DataSourceMetadata implementation? (With or without this PR) |
Any additional validation can be done when datasource is created. |
|
What is the use case that is driving this change? |
When try to instantiate DataSourceMetadata with |
Is this for testing? |
Signed-off-by: Tomoyuki Morita <moritato@amazon.com> (cherry picked from commit 7b40c2c) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…nsearch-project#2744) Signed-off-by: Tomoyuki Morita <moritato@amazon.com>
Description
_(underscore)Issues Resolved
n/a
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.