-
I'd like to exclude old `.sql` files from the linter check to integrate it in our pipeline. The reason being that I want to fail the build if squawk complains, but I don't want to touch the older migr…
-
Overall page design to be similar to Google Bigquery page - the Google Cloud platform >> BigQuery >> **QueryEditor** .
To include -
1. Query History for logged in user .
2. Saved Queries for…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
`lint() --> get_linter_for_dialect() --> g…
-
Having a fork of openmaptiles and maintaining it though time is a really hard task. One reason is that the sql files tends to change a lot and that git often have a hard time merging stuff.
One way t…
-
**Fleet version**:
4.47.3
current stable fleetd agent (osquery 5.11.0, Orbit 1.22.0)
**Web browser and operating system**:
Current macOS and Chrome browser
### 💥 Actual behavior
Decorat…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
ClickHouse uses `a.N` Notation, where N is an int…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
CREATE TABLE with a primary key constratin…
-
My SQL migration that I run in transaction with flyway:
```sql
CREATE INDEX IF NOT EXISTS idx_foo_bar ON foo.bar (field);
```
Lint it:
```bash
squawk --assume-in-transaction --verbose "mig…
-
The flow is exactly:
- lint migration X
- apply migration X
- lint migration X'
- apply migration X'
etc.
The main reason is that:
1) Some migrations require the previous ones to be applied (…
-
**System:**
- Windows 11
- VS code
- Python 3.12
- Gitlab
**Setup:**
I've installed SQLfluff on VS code so I can format my code, this is set as part of a .sqlfluff file that is un a repo. The …