Viewing profile — amshank
amshank
HN member- Joined
- Wed, Oct 06, 2021, 3:35 PM UTC
- HN karma
- 7
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About amshank
No profile information was provided.
Recent public activity
-
comment
Comment #28774626
Most of the SQLFluff style was based around the Mozilla SQL style guide and the dbt labs style guide: https://docs.telemetry.mozilla.org/concepts/sql_style.html https://github.com/…
-
comment
Comment #28774579
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, b…
-
comment
Comment #28774552
The reason that those people care about formatting is that it matters when the code is used to communicate with other people, not just with machines. Having a consistent style with…
-
comment
Comment #28774519
You're totally right that there isn't any consistency in this space at the moment. It's part of the justification for tools like SQLFluff starting to align people on a common way o…
-
comment
Comment #28774399
Auto-formatter is already built in for some simple violations: https://docs.sqlfluff.com/en/stable/cli.html#sqlfluff-fix