-
I am doing SQL analysis recently, using this package, but this package does not support informix database yet. Will there be any support plan in the future?
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
I'm trying to use sqlfluff in my dbt project, and…
-
My sqlfluff version is `v3.0.2`
System info:
```
Version: 1.89.1 (system setup)
Commit: dc96b837cf6bb4af9cd736aa3af08cf8279f7685
Date: 2024-05-07T05:13:33.891Z
Electron: 28.2.8
ElectronBuildId:…
-
### Is this your first time opening an issue?
- [x] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations)
### Describe the Feature
…
-
**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…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
Cannot configure SQLFluff to enforce a sin…
-
I am having an issue with sqlfluff in vscode using a docker container. We get an error that the Env var required but not provided: 'DBT_SCHEMA' on save of a file but `sqlfluff fix` runs.
-
**Describe the bug**
Each task has corresponding repository and version associated with it. The task should have the corresponding packages installed inside the conda environment inside the Docker im…
-
`###` Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
Apparently sqlfluff is not able to parse…
-
Linting queries would be a great feature for ensuring quality of queries (for example, discouraging equality check with null).
Creating a general linter would be a very tall order. There are exist…