-
I have an annotation file like the following, generated by SQLFluff 3.0.5
```json
[
{"file": "high_injury_network/4_HIN/percent_x_percent.sql", "start_line": 12, "start_column": 22, "end_line…
-
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…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### Description
sqlfluff does not support linting for dremio sql.
…
-
I'm using vscode and SQLFluff to work on my dbt-core project. I'm using the latest versions available at the moment.
```
dbt --version
Core:
- installed: 1.5.2
- latest: 1.5.2 - Up to da…
-
Hi, I've been running into a similar issue as this [issue](https://github.com/sqlfluff/vscode-sqlfluff/issues/41) on the other vscode-sqlfluff repository. When I set
```
[sqlfluff]
dialect = snowf…
reegs updated
2 years ago
-
**Describe the bug**
check-script-has-no-table-name gives false errors on places where SQL uses `FROM` but it's not a table.
For example BigQuery has `EXTRACT(date FROM datetime_column)`
**To Rep…
-
For consistency with the main https://github.com/sqlfluff/sqlfluff repo.
-
Do you support extending ruleset without rebuilding the binary ?
If not is it planned to do so ?
-
Currently: unfixable violations when running sqlfluff fix causes failed check with the error `[n unfixable linting violations found]`
Enhancement: be able to see what rules failed in the output w…
-
**Describe the bug**
LATERAL with VALUES doesn't work
**SQL**
Paste the SQL text here. For example:
```sql
CREATE TEMPORARY TABLE result_table
ON COMMIT DROP AS
SELECT
a.f1,
a.f…