Highlights
This release is a fairly standard incremental release. Highlights include bugfixes to RF05 and dialect improvements to Snowflake, Teradata, MySQL, TSQL, SparkSQL & Postgres.
Internally, the last few weeks have brought several improvements to developer tooling.
We've also moved over to GitHub sponsorships - so if you previously used the old flattr link, you can find our new profile page at https://github.com/sponsors/sqlfluff.
What’s Changed
- Add the which dbt flag to DbtConfigArgs with default as "compile" #4982 @moreaupascal56
- feat: support tsql COPY INTO #4985 @reata
- fix: sparksql lateral view parse tree for multiple column alias #4980 @reata
- Revert "Ignore click mypy issues" #4967 @greg-finley
- Snowflake: Parse column named cross #4975 @greg-finley
- Snowflake: Group by all #4976 @greg-finley
- Update funding yaml to use github sponsors #4973 @alanmcruickshank
- Added DEL keyword #4962 @dflem97
- Remove mypy ignores #4972 @greg-finley
- Allow running one rule test locally #4963 @greg-finley
- Postgres support underscore array data type syntax #4959 @greg-finley
- Bump issue-labeler #4958 @greg-finley
- Standardize test fixture names #4955 @greg-finley
- RF05 BigQuery empty identifier bug #4953 @keitherskine
- New GitHub issue labeler library #4952 @greg-finley
- Ignore click mypy issues #4954 @greg-finley
- MySQL: Rename index #4950 @greg-finley
- Adding support to ALTER TABLE with RENAME COLUMN on MySQL dialect #4948 @jrballot