Skip to content

dbt-postgres v1.9.0b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Sep 16:24

dbt-postgres 1.9.0-b1 - September 25, 2024

Features

  • Add tests for cross-database cast macro (#76)
  • Cross-database date macro (#82)
  • Add support for Python 3.12 (#17)
  • Allow configuring snapshot column names (#144)
  • Microbatch incremental strategy implementation: merge (#149)

Fixes

  • Fix the semicolon semantics for indexes while respecting other bug fix (#85)
  • Default to psycopg2-binary and allow overriding to psycopg2 via DBT_PSYCOPG2_NAME (restores previous behavior) (#96)
  • Fix persist_docs for materialized_view materializations. Previously, using this configuration with materialized view models would lead to an error. (#120)

Under the Hood

  • Add support for experimental record/replay testing. (#123)
  • Updating changie.yaml to add contributors and PR links (#109)

Contributors