Tag: sql

Removing the lint from BigQuery SQL with SQLFluff

December 14, 2021 ยท 7 min read
Our reporting stack is built atop over 15k lines of BigQuery SQL that I have been trying to tame. Having made good use of Python formatters and linters like Black and Flake8, I wanted a linter that could help me clean up the code and also potentially be integrated with pre-commit and Github Actions.