-
Notifications
You must be signed in to change notification settings - Fork 420
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
table_format not supported with snowflake_external_table resource #1564
Comments
Any update on this issue? We are also planning to use delta lake format on Snowflake external tables. It will be super helpful feature! |
+1 for adding this support. |
Hey @raaghul-umapathy. Thanks for creating the issue. We are currently changing the implementation used in resources as a part of our ongoing SDK rewrite. @sfc-gh-jcieslak is currently working on the external table resource, so he will add this missing parameter as a part of the process. |
Hey @justin-ramirez-gametime |
We do not currently use table_format for our external tables |
Sorry didn't mean to @ you 😅 |
Provider Version
0.55.1
Terraform Version
1.3.9
Describe the bug
when using the external table resource -
snowflake_external_table
to create the external table on s3 delta table, it is not accepting thetable_format
as a valid resource property.Expected behavior
Since the s3 table is a delta table and it is valid variable in snowflake external table object, it is expected to accept the table_format as a valid variable for the external table terraform resource.
Code samples and commands
Actual resource code:
cmd -
Terraform plan
The output that produces after Terraform plan.
The text was updated successfully, but these errors were encountered: