You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently are utilizing both S3, and Cloudflare R2 for storage - but we'd like to make use of the snowflake capability to create stages for our data alongside our existing S3 Terraform code.
Company Name
DevCycle
Use Cases or Problem Statement
We currently are utilizing both S3, and Cloudflare R2 for storage - but we'd like to make use of the snowflake capability to create stages for our data alongside our existing S3 Terraform code.
Snowflake Docs: https://docs.snowflake.com/user-guide/data-load-s3-compatible-storage#creating-an-external-stage-for-s3-compatible-storage
This likely just requires enabling the
ENDPOINT
property to be passed through on thesnowflake_stage
resource.Category
category:resource
Object type(s)
resource:stage
Proposal
Expose the
ENDPOINT
parameter for creating stages to enable external/non-S3 stages to be created.How much impact is this issue causing?
Low
Additional Information
I'll probably take a swing later on this year to implement this myself - but I currently don't have time on my plate.
Would you like to implement a fix?
The text was updated successfully, but these errors were encountered: