-
Notifications
You must be signed in to change notification settings - Fork 58
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
Adding datasource status and filter for hive tables #1549
Conversation
Signed-off-by: Shenoy Pratik <[email protected]>
public/components/datasources/components/manage/manage_data_connections_table.tsx
Outdated
Show resolved
Hide resolved
Signed-off-by: Shenoy Pratik <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1549 +/- ##
==========================================
- Coverage 57.96% 57.86% -0.11%
==========================================
Files 363 364 +1
Lines 13332 13363 +31
Branches 3467 3472 +5
==========================================
+ Hits 7728 7732 +4
- Misses 5545 5572 +27
Partials 59 59
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
}; | ||
|
||
return ( | ||
<EuiCallOut title="This data source connection is inactive" color="warning" iconType="help"> |
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.
please add i18n here and below user facing text
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.
ack. I was talking to Paul about it we should have a meta issue for all of dashboards-observability to follow i18n.
#1539
* adding datasource status and filter for hive tables Signed-off-by: Shenoy Pratik <[email protected]> * update tests and replace dataConnection variable Signed-off-by: Shenoy Pratik <[email protected]> --------- Signed-off-by: Shenoy Pratik <[email protected]> (cherry picked from commit 0e7c2bf) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* adding datasource status and filter for hive tables * update tests and replace dataConnection variable --------- (cherry picked from commit 0e7c2bf) Signed-off-by: Shenoy Pratik <[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>
…ct#1549) (opensearch-project#1550) * adding datasource status and filter for hive tables * update tests and replace dataConnection variable --------- (cherry picked from commit 0e7c2bf) Signed-off-by: Shenoy Pratik <[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> (cherry picked from commit d563366)
Description
Adding datasource status and filter for hive tables
Issues Resolved
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.