-
Notifications
You must be signed in to change notification settings - Fork 88
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
mysql_info - add table count to the databases returned values #691
mysql_info - add table count to the databases returned values #691
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #691 +/- ##
===========================================
+ Coverage 25.74% 77.10% +51.35%
===========================================
Files 32 20 -12
Lines 2808 2660 -148
Branches 704 676 -28
===========================================
+ Hits 723 2051 +1328
+ Misses 2044 413 -1631
- Partials 41 196 +155
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
9057637
into
ansible-collections:main
@laurent-indermuehle thanks for the contribution! |
SUMMARY
This PR adds the count of tables for each database to the returned values of the
mysql_info
plugin.As for size, it is possible to exclude this new field using the
db_table_count
filter.In case the schema has no tables, the count is returned as
0
.ISSUE TYPE
COMPONENT NAME
mysql_info