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
As part of dbt-labs/dbt-core#10624, we will need the new microbatch incremental strategy to be considered a 'builtin' incremental strategy, where its default macro implementation should simply raise a not implemented error.
Additionally, a base test should be written that adapter implementations can inherent and override as necessary.
The text was updated successfully, but these errors were encountered:
As part of dbt-labs/dbt-core#10624, we will need the new
microbatch
incremental strategy to be considered a 'builtin' incremental strategy, where its default macro implementation should simply raise a not implemented error.Additionally, a base test should be written that adapter implementations can inherent and override as necessary.
The text was updated successfully, but these errors were encountered: