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

remove update_iceberg_ts from iceberg table when using merge incremental strategy #453

Closed
wants to merge 0 commits into from

Conversation

aiss93
Copy link
Contributor

@aiss93 aiss93 commented Sep 30, 2024

resolves #452

Description

In the current implementation, when using the merge incremental strategy with the Iceberg file format, the adapter automatically adds a column update_iceberg_ts, which is not utilized in the merge process. This causes issues such as breaking schema comparisons between tables in certain scenarios, making the hard-coding of this column restrictive.

This PR removes the hard-coded update_iceberg_ts column from the adapter. If users require this column for specific use cases, they can now add it directly within their model configuration.

Checklist

  • I have signed the CLA
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • I have updated the CHANGELOG.md and added information about my change to the "dbt-glue next" section.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@aiss93 aiss93 force-pushed the fix/remove_update_iceberg_ts branch from b9ca3d3 to e5fe7ab Compare September 30, 2024 09:54
@aiss93 aiss93 closed this Sep 30, 2024
@aiss93 aiss93 force-pushed the fix/remove_update_iceberg_ts branch from e5fe7ab to 7c00efa Compare September 30, 2024 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove update_iceberg_ts column from model with merge incremental strategy
1 participant