Skip to content

Releases: StarRocks/dbt-starrocks

v1.12.0

16 Jun 21:08
604c26a

Choose a tag to compare

Added

  • Configurable poll backoff for async task polling (poll_interval, poll_max_delay, poll_factor) (#112)
  • Task graceful shutdown (#98)
  • on_view_exists='replace' option for view materialization (#95)
  • View materialization skips recreating a view when its SQL is unchanged, keeping dependent materialized views active (#109)

Changed

  • Remove repication_num=1 by default (#100)

Fixed

  • get_catalog macro (#89)
  • Multiple indexes issue (#97)
  • View rename to __dbt_backup fails during --full-refresh when upstream view columns changed
  • Implement StarRocks DBAPI type-code conversion for dbt query schema inference
  • dbt seed fails on CSV columns with decimal values because the inherited convert_number_type returns the Postgres-flavoured float8 type