We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to use a custom merge strategy for incremental models in case of iceber tables. For example
iceber
{{ config( unique_key=['id'], materialized='incremental', table_type='iceberg', incremental_strategy='custom_merge', ... ) }}
however, I found a restriction here to do that, and I got
Incremental models on Iceberg tables only work with 'append' or 'merge' (v3 only) strategy.
Is there a main reason for this restriction?
No response
Anyone that want to use a custom strategy for incremental models in iceberg tables.
iceberg
yes
custom strategy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this your first time submitting a feature request?
Describe the feature
I would like to use a custom merge strategy for incremental models in case of
iceber
tables.For example
however, I found a restriction here to do that, and I got
Is there a main reason for this restriction?
Describe alternatives you've considered
No response
Who will this benefit?
Anyone that want to use a custom strategy for incremental models in
iceberg
tables.Are you interested in contributing this feature?
yes
Anything else?
custom strategy
The text was updated successfully, but these errors were encountered: