Skip to content

[0.10.0] - 2022-02-10

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 16:56
· 1646 commits to main since this release
1bfe5ad

Highlights

Major changes include:

  • Dropping support of DBT < 0.20 ** BREAKING CHANGE **
  • sqlfluff fix no will no longer fix SQL containing parsing or templating errors ** BREAKING CHANGE **
  • New rule L062 to allow blocking of list of configurable words (e.g. syntax, or schemas, or tables you do not want people to use)
  • Lots and lots of docs improvements
  • Looser requirements for click python package

What’s Changed

New Contributors