-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
I developed a simple custom rule and it's not bei…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
```sql
create or replace function test (
_pt …
dmfay updated
1 month ago
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
When I have a simple query containing jinja, i ge…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
Running SQLFluff for a dbt model causes a dbt com…
-
### Problem
Currently [megalinter Sqlfluff integration](https://megalinter.io/latest/descriptors/sql_sqlfluff/) does not support fixing of files.
I have tried different combinations, like:
####…
-
I was using `miniconda` to initialize the virtual environment for this project. Everything nearly worked except I got an error after `pip3 install -r requirements` being that `cffi` was missing from r…
-
Hi,
It would be really nice if we could use [SQLfluff](https://github.com/sqlfluff/sqlfluff) from within TablePlus.
Maybe [as a plugin, like in VSCODE](https://github.com/sqlfluff/vscode-sqlfluf…
-
Personally I think this is yet another different rule maybe.
`fixed_bool_condition_style`: `TRUE/FALSE, 1 = 1/ =0, never`
Personally I hate this style cause its redundant code, and i…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
According to the [postgresql keywords appendix](h…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
Sqlfluff fails to lint
```
SELECT
…