[1.2.1] - 2022-07-15
Highlights
This is primarily a bugfix release to resolve an issue with the 1.2.0 release
where the new version of sqlfluff-templater-dbt relied on functionality
from the new version of sqlfluff but the package configuration had not
been updated. Versions of the two packages are now pinned together.
What’s Changed
- Pin sqlfluff-templater-dbt via release script #3613 @greg-finley
- Specifying comma delimited is unnecessary #3616 @alanmcruickshank
- Handle redshift temporary tables with # at the beginning of name #3615 @pdebelak