-
Notifications
You must be signed in to change notification settings - Fork 885
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
[MD]Remove endpoint validation for create data source saved object API #6899
[MD]Remove endpoint validation for create data source saved object API #6899
Conversation
❌ Empty Changelog SectionThe Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section. |
028bec3
to
4df45cf
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6899 +/- ##
==========================================
- Coverage 67.42% 67.41% -0.02%
==========================================
Files 3444 3443 -1
Lines 67781 67770 -11
Branches 11023 11023
==========================================
- Hits 45702 45687 -15
- Misses 19413 19417 +4
Partials 2666 2666
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
85748cc
to
911bd26
Compare
Signed-off-by: Zhongnan Su <szhongna@amazon.com>
911bd26
to
71f7f4d
Compare
#6899) * Remove endpoint validation for create data source saved object API Signed-off-by: Zhongnan Su <szhongna@amazon.com> * Changeset file for PR #6899 created/updated --------- Signed-off-by: Zhongnan Su <szhongna@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 47bd391) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
#6899) (#6927) * Remove endpoint validation for create data source saved object API * Changeset file for PR #6899 created/updated --------- (cherry picked from commit 47bd391) Signed-off-by: Zhongnan Su <szhongna@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Description
We need to enable user to import data source, but this is conflict with previously added endpoint validation from create data source saved object API. So we decide to remove endpoint validation in api level.
can create data source
can import data source
Issues Resolved
#6893
Screenshot
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration