-
Notifications
You must be signed in to change notification settings - Fork 937
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
[Backport 2.x] [workspace]fix the bug that mistakenly classify data connection #9256
Conversation
* fix the bug that mistakely miscategorify data connection Signed-off-by: Qxisylolo <[email protected]> * Changeset file for PR #9237 created/updated * [workspace]add 2 step loading in 'Associate data sources' modal (#8999) * add 2 step loading Signed-off-by: Qxisylolo <[email protected]> * Changeset file for PR #8999 created/updated * ifx ut Signed-off-by: Qxisylolo <[email protected]> * resolve comments Signed-off-by: Qxisylolo <[email protected]> * delete functions Signed-off-by: Qxisylolo <[email protected]> * separately fetch dqc Signed-off-by: Qxisylolo <[email protected]> * small mistakes Signed-off-by: Qxisylolo <[email protected]> * dqc should not show data source without dqc Signed-off-by: Qxisylolo <[email protected]> * fix tests Signed-off-by: Qxisylolo <[email protected]> * new update Signed-off-by: Qxisylolo <[email protected]> * delete non-used import Signed-off-by: Qxisylolo <[email protected]> * delete if Signed-off-by: Qxisylolo <[email protected]> * add try catch Signed-off-by: Qxisylolo <[email protected]> --------- Signed-off-by: Qxisylolo <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> Co-authored-by: Yulong Ruan <[email protected]> * fix the bug that mistakely miscategorify data connection Signed-off-by: Qxisylolo <[email protected]> * fix conflict Signed-off-by: Qxisylolo <[email protected]> * conflicts Signed-off-by: Qxisylolo <[email protected]> * small fix Signed-off-by: Qxisylolo <[email protected]> * typo Signed-off-by: Qxisylolo <[email protected]> * add tests Signed-off-by: Qxisylolo <[email protected]> * delete one Signed-off-by: Qxisylolo <[email protected]> --------- Signed-off-by: Qxisylolo <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> Co-authored-by: Yulong Ruan <[email protected]> (cherry picked from commit 11918b6) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
❌ Invalid Changelog HeadingThe '## Changelog' heading in your PR description is either missing or malformed. Please make sure that your PR description includes a '## Changelog' heading with proper spelling, capitalization, spacing, and Markdown syntax. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #9256 +/- ##
==========================================
+ Coverage 61.14% 61.15% +0.01%
==========================================
Files 3815 3815
Lines 91528 91504 -24
Branches 14459 14458 -1
==========================================
- Hits 55961 55956 -5
+ Misses 32004 31990 -14
+ Partials 3563 3558 -5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Backport 11918b6 from #9237.