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
Hello,
Iceberg version 2 supports dropping columns as documented https://iceberg.apache.org/docs/1.7.0/spark-ddl/#alter-table-drop-column. However, when I drop a column in my source data and try to run dbt, I encounter the following error: "Iceberg does not support dropping columns from tables," as implemented https://github.com/dbt-labs/dbt-spark/blob/0ccce2fdc7f2d6341e3b8fd7630eea516c427b65/dbt/include/spark/macros/adapters.sql#L404-L413.
Is it possible to implement this feature, or is there any blocker preventing it?
No response
Yes, I do
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
Hello,
Iceberg version 2 supports dropping columns as documented https://iceberg.apache.org/docs/1.7.0/spark-ddl/#alter-table-drop-column. However, when I drop a column in my source data and try to run dbt, I encounter the following error: "Iceberg does not support dropping columns from tables," as implemented https://github.com/dbt-labs/dbt-spark/blob/0ccce2fdc7f2d6341e3b8fd7630eea516c427b65/dbt/include/spark/macros/adapters.sql#L404-L413.
Is it possible to implement this feature, or is there any blocker preventing it?
Describe alternatives you've considered
No response
Who will this benefit?
No response
Are you interested in contributing this feature?
Yes, I do
Anything else?
No response
The text was updated successfully, but these errors were encountered: