Skip to content

Bump sqlfluff from 3.4.2 to 3.5.0 in /src#4252

Merged
github-actions[bot] merged 2 commits intomainfrom
dependabot/pip/src/sqlfluff-3.5.0
Oct 20, 2025
Merged

Bump sqlfluff from 3.4.2 to 3.5.0 in /src#4252
github-actions[bot] merged 2 commits intomainfrom
dependabot/pip/src/sqlfluff-3.5.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 20, 2025

Bumps sqlfluff from 3.4.2 to 3.5.0.

Release notes

Sourced from sqlfluff's releases.

[3.5.0] - 2025-10-18

Highlights

  • Rule AM09: Handle ambiguous LIMIT/OFFSET without ORDER BY (non-deterministic results)
  • Rule ST12: Handle consecutive semicolons
  • Lots of dialect improvements
  • Lots of bugfixes

This release has 95 contributions in it!

Also, welcome to the twenty three new contributors! Thanks for your contributions!

What’s Changed

... (truncated)

Changelog

Sourced from sqlfluff's changelog.

[3.5.0] - 2025-10-18

Highlights

  • Rule AM09: Handle ambiguous LIMIT/OFFSET without ORDER BY (non-deterministic results)
  • Rule ST12: Handle consecutive semicolons
  • Lots of dialect improvements
  • Lots of bugfixes

This release has 95 contributions in it!

Also, welcome to the twenty three new contributors! Thanks for your contributions!

What’s Changed

... (truncated)

Commits
  • 7f5ad66 Prep version 3.5.0 (#7177)
  • d48d456 MySQL/MariaDB: Define Index Hints and Select Partitions as PostTableExpressio...
  • 0ea0f64 Databricks: Add "use schema"/ "use catalog" permission for grants (#7186)
  • fa2f63b Databricks: Adds support for ALTER TABLE ADD COLUMN (#7187)
  • 52f7497 BigQuery: allow multiple aliases in FROM for RF01 (#7188)
  • 5edc73c [DATABRICKS] add 'UNSET/SET TAG ON' grammar sequence (#7190)
  • e71e6fc Redshift: Adds EXCEPT set operator support (#7184)
  • a89a716 BigQuery: allow pipe syntax in CTEs (#7180)
  • aa302b0 MySQL/MariaDB: Support column list in derived table alias (#7179)
  • 6147525 Logo Updates (#7181)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sqlfluff](https://github.com/sqlfluff/sqlfluff) from 3.4.2 to 3.5.0.
- [Release notes](https://github.com/sqlfluff/sqlfluff/releases)
- [Changelog](https://github.com/sqlfluff/sqlfluff/blob/main/CHANGELOG.md)
- [Commits](sqlfluff/sqlfluff@3.4.2...3.5.0)

---
updated-dependencies:
- dependency-name: sqlfluff
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 20, 2025
@github-actions github-actions Bot merged commit bf15348 into main Oct 20, 2025
4 of 5 checks passed
@github-actions github-actions Bot deleted the dependabot/pip/src/sqlfluff-3.5.0 branch October 20, 2025 17:32
@max-ostapenko
Copy link
Copy Markdown
Contributor

@tunetheweb we run 2 SQLfluff's:

  1. part of linter.yml (super-linter)
  2. part of lintsql.yml (pip)

This was merged based on super-linter run, even though new version from PIP failed.

So we could disable SQLfluff in linter.yml and keep it in lintsql.yml (adding paths: sql/). Much faster with PIP.

WDYT?

@tunetheweb
Copy link
Copy Markdown
Member

So we could disable SQLfluff in linter.yml and keep it in lintsql.yml (adding paths: sql/). Much faster with PIP.

SQLFluff includes a "diff" check which wasn't easy to replicate in GitHub Actions. Especially as we needed Super Linter for other things anyway. So running SQL Fluff on all SQL files via lintsql.yaml will actually be slower overall.

However SQLFluff is included in requirements.txt for those wanting to run SQLFluff locally before committing to GitHub. So this Action just checks that any upgrades to that won't break anything.

That does means we can be slightly out of sync with the super linter and requirements.txt but usually that's not for very long and only a problem if we have breaking changes between the two versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants