Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'microbatch' incremental strategy #398

Open
canbekley opened this issue Dec 4, 2024 · 1 comment
Open

Add 'microbatch' incremental strategy #398

canbekley opened this issue Dec 4, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@canbekley
Copy link
Contributor

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:

@canbekley canbekley added the enhancement New feature or request label Dec 4, 2024
@barberscott
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants