What's Changed
- We are now officially supporting dbt-core 1.10!
- Validate that the new
--sampleflag (docs) works. Add tests to cover the implementation (#570). - We have validated that the code doesn't raise warnings related to deprecations for future dbt versions
- Change tests to use dbt-core 1.10 to start validating new functionality (#570).
- dbt Catalogs feature is not supported right now, but workarounds are going to be documented.
- Validate that the new
- Add clickhouse__safe_cast macro that automatically provides default values for ClickHouse types when casting null values. This eliminates the need to specify all non-nullable columns in unit test fixtures by @MaelleBaillet5 in #552
New Contributors
- @MaelleBaillet5 made their first contribution in #552
Full Changelog: v1.9.6...v1.9.7