This release resolves compatibility issues with a set of dbt-core versions.
dbt-core 1.5.2 onwards is now properly supported.
support for dbt-core 1.1 to 1.4 has now been re-enabled after support had to be abandoned a few releases ago.
NOTE: We cannot guarantee that SQLFluff will always continue to remain compatible with all dbt versions, particularly as the folks at dbt-labs have often backported breaking changes to their internal APIs to previous versions of dbt-core. This release does at least bring more extensive internal testing to catch when this does occur to allow our community to react.
This release fixes also resolves a potential security issue for when using external libraries (and the library_path config setting), and also contains various dialect improvements.
What’s Changed
docs(templater): Add documentation for SQLFLUFF_JINJA_FILTERS#4932@dmohns
This release resolves compatibility issues with a set of dbt-core versions.
dbt-core 1.5.2 onwards is now properly supported.
support for dbt-core 1.1 to 1.4 has now been re-enabled after
support had to be abandoned a few releases ago.
NOTE: We cannot guarantee that SQLFluff will always continue to remain
compatible with all dbt versions, particularly as the folks at dbt-labs
have often backported breaking changes to their internal APIs to previous
versions of dbt-core. This release does at least bring more extensive
internal testing to catch when this does occur to allow our community
to react.
This release fixes also resolves a potential security issue for when
using external libraries (and the library_path config setting),
and also contains various dialect improvements.
What’s Changed
docs(templater): Add documentation for SQLFLUFF_JINJA_FILTERS#4932@dmohns
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 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 from 1.4.5 to 2.1.2.
Release notes
Sourced from sqlfluff's releases.
... (truncated)
Changelog
Sourced from sqlfluff's changelog.
... (truncated)
Commits
653ee67
Prep version 2.1.2 (#4931)7d45be0
docs(templater): Add documentation forSQLFLUFF_JINJA_FILTERS
(#4932)59f80e3
Re-enable dbt 1.1 & 1.2 (#4944)49808fb
Re-enable dbt 1.4 & 1.3 (#4941)e37ea9a
Fix compatibility with dbt 1.5.2+ (#4939)6cdc38d
Security option for library path (#4925)c6e805c
Remove extra code escapes from release notes docs (#4921)fe0c583
Postgres frame_clause quoted interval (#4915)3762126
Snowflake: CREATE TAG (#4914)bfbd9e8
TSQL: support forDROP EXTERNAL TABLE
(#4919)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 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)