Releases: StarRocks/dbt-starrocks
Releases · StarRocks/dbt-starrocks
v1.12.0
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_catalogmacro (#89)- Multiple indexes issue (#97)
- View rename to
__dbt_backupfails during--full-refreshwhen upstream view columns changed - Implement StarRocks DBAPI type-code conversion for dbt query schema inference
dbt seedfails on CSV columns with decimal values because the inheritedconvert_number_typereturns the Postgres-flavouredfloat8type