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

[Feature] Custom strategy for incremental models when table type is iceberg #630

Open
1 task done
ssulca opened this issue Apr 25, 2024 · 0 comments
Open
1 task done
Labels
feature New feature or request

Comments

@ssulca
Copy link

ssulca commented Apr 25, 2024

Is this your first time submitting a feature request?

  • I have searched the existing issues, and I could not find an existing issue for this feature

Describe the feature

I would like to use a custom merge strategy for incremental models in case of iceber tables.
For example

{{
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?

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

@ssulca ssulca added the feature New feature or request label Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant