-
Notifications
You must be signed in to change notification settings - Fork 31
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
added fix for runAsync query without mds id #323
Conversation
Signed-off-by: sumukhswamy <[email protected]>
Signed-off-by: sumukhswamy <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @sumukhswamy , still seeing some linting issues. Lets fix it before it gets merge.
Signed-off-by: sumukhswamy <[email protected]>
Signed-off-by: sumukhswamy <[email protected]>
Signed-off-by: sumukhswamy <[email protected]>
Signed-off-by: sumukhswamy <[email protected]>
Signed-off-by: sumukhswamy <[email protected]>
Signed-off-by: sumukhswamy <[email protected]>
Signed-off-by: sumukhswamy <[email protected]>
Signed-off-by: sumukhswamy <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #323 +/- ##
==========================================
- Coverage 59.13% 57.47% -1.66%
==========================================
Files 39 40 +1
Lines 1867 1907 +40
Branches 332 345 +13
==========================================
- Hits 1104 1096 -8
- Misses 647 689 +42
- Partials 116 122 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: sumukhswamy <[email protected]>
|
||
server.get( | ||
{ | ||
path: ROUTE_PATH_SPARK_SQL_JOB_QUERY + "/{id}" + "/{dataSourceMDSId}", | ||
path: ROUTE_PATH_SPARK_SQL_JOB_QUERY + '/{id}' + '/{dataSourceMDSId?}', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Main change for this PR, rest are Linter changes
Signed-off-by: sumukhswamy <[email protected]>
Signed-off-by: sumukhswamy <[email protected]>
Signed-off-by: sumukhswamy <[email protected]>
Signed-off-by: sumukhswamy <[email protected]>
@sumukhswamy Can you please help create an issue to track cypress tests for workbench with observability plugin? we can mock the backend APIs this way it gives us confidence when we make changes. |
Signed-off-by: sumukhswamy <[email protected]>
Signed-off-by: sumukhswamy <[email protected]>
* added fix for runAsync query without mds id Signed-off-by: sumukhswamy <[email protected]> * linter fix Signed-off-by: sumukhswamy <[email protected]> * fixed linter issue Signed-off-by: sumukhswamy <[email protected]> * fixed linter issue Signed-off-by: sumukhswamy <[email protected]> * added change for linting issue Signed-off-by: sumukhswamy <[email protected]> * linter issues Signed-off-by: sumukhswamy <[email protected]> * linter issues Signed-off-by: sumukhswamy <[email protected]> * linting fix Signed-off-by: sumukhswamy <[email protected]> * more linting issues Signed-off-by: sumukhswamy <[email protected]> * added linting fixes Signed-off-by: sumukhswamy <[email protected]> * refactored flyout code with interface Signed-off-by: sumukhswamy <[email protected]> * added fix for import of interface Signed-off-by: sumukhswamy <[email protected]> * added linter fix Signed-off-by: sumukhswamy <[email protected]> * added linter fix Signed-off-by: sumukhswamy <[email protected]> * added linter fix Signed-off-by: sumukhswamy <[email protected]> * addressed pr comments Signed-off-by: sumukhswamy <[email protected]> * linter fix Signed-off-by: sumukhswamy <[email protected]> --------- Signed-off-by: sumukhswamy <[email protected]> (cherry picked from commit 4ae9a53) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* added fix for runAsync query without mds id Signed-off-by: sumukhswamy <[email protected]> * linter fix Signed-off-by: sumukhswamy <[email protected]> * fixed linter issue Signed-off-by: sumukhswamy <[email protected]> * fixed linter issue Signed-off-by: sumukhswamy <[email protected]> * added change for linting issue Signed-off-by: sumukhswamy <[email protected]> * linter issues Signed-off-by: sumukhswamy <[email protected]> * linter issues Signed-off-by: sumukhswamy <[email protected]> * linting fix Signed-off-by: sumukhswamy <[email protected]> * more linting issues Signed-off-by: sumukhswamy <[email protected]> * added linting fixes Signed-off-by: sumukhswamy <[email protected]> * refactored flyout code with interface Signed-off-by: sumukhswamy <[email protected]> * added fix for import of interface Signed-off-by: sumukhswamy <[email protected]> * added linter fix Signed-off-by: sumukhswamy <[email protected]> * added linter fix Signed-off-by: sumukhswamy <[email protected]> * added linter fix Signed-off-by: sumukhswamy <[email protected]> * addressed pr comments Signed-off-by: sumukhswamy <[email protected]> * linter fix Signed-off-by: sumukhswamy <[email protected]> --------- Signed-off-by: sumukhswamy <[email protected]> (cherry picked from commit 4ae9a53) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* added fix for runAsync query without mds id * linter fix * fixed linter issue * fixed linter issue * added change for linting issue * linter issues * linter issues * linting fix * more linting issues * added linting fixes * refactored flyout code with interface * added fix for import of interface * added linter fix * added linter fix * added linter fix * addressed pr comments * linter fix --------- (cherry picked from commit 4ae9a53) Signed-off-by: sumukhswamy <[email protected]> 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>
Description
Issues Resolved
[List any issues this PR will resolve]
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.