Hacker News new | ask | show | jobs
by amshank 1723 days ago
It's pretty new functionality in sqlfluff, but it now supports user defined plugins for org-specific rules if you want to forbid something more obscure. Documentation is sketchy, but you can see the proof of concept here: https://github.com/sqlfluff/sqlfluff/tree/main/plugins/sqlfl...
2 comments

Nice, need to forbid things like grants and setting owners that are being handled by a centralized routine.
Thanks, I'll take a closer look there...