You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The purpose of this pametrizable lint is to check if tables sizes (nb. of rows) matches with the expected size.
Main idea
Thanks to an external parameter file, for each we want to tlint, add a number of max/min rows. This would allow to monitor table flagged as paramater that should not get bigger than a given number of rows.
We could also monitor a minimal number of rows to check that a table that should grow is really used for example.
Idea has to be developped but this lint could help monitor table usage respecting their initial purpose.
In fact it's a bit an enhanced version of the lint that detects empty table, see core schemacrawler lint :
Linter: schemacrawler.tools.linter.LinterTableEmpty
Checks for empty tables with no data.
The text was updated successfully, but these errors were encountered:
Description
The purpose of this pametrizable lint is to check if tables sizes (nb. of rows) matches with the expected size.
Main idea
Thanks to an external parameter file, for each we want to tlint, add a number of max/min rows. This would allow to monitor table flagged as paramater that should not get bigger than a given number of rows.
We could also monitor a minimal number of rows to check that a table that should grow is really used for example.
Idea has to be developped but this lint could help monitor table usage respecting their initial purpose.
In fact it's a bit an enhanced version of the lint that detects empty table, see core schemacrawler lint :
The text was updated successfully, but these errors were encountered: