You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To better handle larger incremental time-series data processing, I would like to sugget adding support for the microbatch incremental_strategy. This feature requires dbt-core >= 1.9.0.
Here are some example implementations by other adapters:
Parallel batch execution would be huge for some of the work we are doing in Clickhouse Cloud to allow us to distribute large incremental full-refresh builds across multiple nodes.
To better handle larger incremental time-series data processing, I would like to sugget adding support for the microbatch incremental_strategy. This feature requires dbt-core >= 1.9.0.
Here are some example implementations by other adapters:
The text was updated successfully, but these errors were encountered: