[Feature]: Create External Table for GCP #2881
Labels
feature-request
Used to mark issues with provider's missing functionalities
resource:external_table
Issue connected to the snowflake_external_table resource
Use Cases or Problem Statement
There is an official article("https://docs.snowflake.com/en/sql-reference/sql/create-external-table") for integrating snowflake external tables with GCS.
It states the "INTEGRATION" parameter is necessary for integrating GCS.
However, the current "snowflake_external_table" resource doesn't support the "integration" parameter.
https://registry.terraform.io/providers/Snowflake-Labs/snowflake/latest/docs/resources/external_table
Therefore, it should be implemented to integrate snowflake external tables with GCS automatically.
Category
category:resource
Object type(s)
external table
Proposal
The parameter needs to be implemented.
How much impact is this issue causing?
High
Additional Information
None
Would you like to implement a fix?
The text was updated successfully, but these errors were encountered: