Skip to content

v1.9.7

Choose a tag to compare

@koletzilla koletzilla released this 03 Dec 15:40
· 32 commits to main since this release
a9e8a0e

What's Changed

  • We are now officially supporting dbt-core 1.10!
    • Validate that the new --sample flag (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.
  • 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

Full Changelog: v1.9.6...v1.9.7