snowflake_table: Add support for virtual columns #2418
Labels
category:resource
feature-request
Used to mark issues with provider's missing functionalities
resource:table
Issue connected to the snowflake_table resource
Terraform CLI and Provider Versions
Latest
Use Cases or Problem Statement
Closest "documentation" I found is this:
https://medium.com/@babak4/virtual-columns-in-snowflake-549d984c9492
A table with a calculated columns looks like
or something simpler:
I see no way to create that using the
snowflake_table
resource...As a test I created the table manually in snowflake then did a terraform import and the virtual column is invisible like it does not exist, after import the terraform plan sees no changes in a table without that column
Proposal
Ideally there should be a way to add these columns that are supported by snowflake
How much impact is this issue causing?
High
Additional Information
The text was updated successfully, but these errors were encountered: