Highlights
This is primarily a fix for compatibility with dbt 1.8+. Beyond that it also brings several dialect improvements to SQLite, Bigquery, MySQL, Oracle & Clickhouse.
Thanks also to the five new contributors whose work was included in this release! πππππ
Whatβs Changed
- Add more minor features and fixes to sqlite dialect (#5894) @Enduriel
- Fix Clickhouse identifiers format (#5890) @Pavel-Strybuk
- Add full support for on conflict clause in SQLite (#5888) @Enduriel
- dbt Templater Plugin: dbt 1.8 support (#5892) @keraion
- Added support for oracle materialized view (#5883) @harshsoni2024
- BigQuery: Support ALTER TABLE ADD KEY statements (#5881) @kzosabe
- MySQL: Support DIV and MOD operators (#5879) @kzosabe
- Update documentation to include all templaters (#5873) @timchurch
- MySQL: Define date part function names (#5874) @kzosabe
- Remove typing_extensions requirement (#5860) @qarkai
- BigQuery: Fix EXPORT DATA statement (#5859) @kzosabe
- BigQuery: Support CREATE INDEX statements (#5858) @kzosabe
New Contributors
- @qarkai made their first contribution in #5860
- @timchurch made their first contribution in #5873
- @harshsoni2024 made their first contribution in #5883
- @Enduriel made their first contribution in #5888
- @Pavel-Strybuk made their first contribution in #5890