Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #88 +/- ##
==========================================
- Coverage 92.90% 92.40% -0.51%
==========================================
Files 11 11
Lines 874 895 +21
Branches 151 158 +7
==========================================
+ Hits 812 827 +15
- Misses 34 39 +5
- Partials 28 29 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
This feature would assist my use case where a customer wants to be able to arbitrarily group tables into categories (as lists) and apply maintenance jobs based on the category. Different categories will exist side by side each other in any schema and therefore pattern based matching (without restrictive table naming conventions) won't work. A solution would be to use table tags allowing us to use patterns + table tags and keep the convenience and functionality of discoverx to operate over lists of tables. |
No description provided.