Skip to content
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

New Lint > expected table sizes #67

Open
adriens opened this issue Apr 14, 2016 · 0 comments
Open

New Lint > expected table sizes #67

adriens opened this issue Apr 14, 2016 · 0 comments
Labels

Comments

@adriens
Copy link
Collaborator

adriens commented Apr 14, 2016

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 :

Linter: schemacrawler.tools.linter.LinterTableEmpty
Checks for empty tables with no data.
@mbarre mbarre added the lint label Oct 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants