Skip to content
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

Error: snowflake_storage_integration_resource and snowflake_file_format_resource are currently a preview feature, and must be enabled by adding snowflake_storage_integration_resource and snowflake_file_format_resource to preview_features_enabled in Terraform configuration.. #543

Closed
j3-signalroom opened this issue Dec 13, 2024 · 0 comments · Fixed by #544
Assignees
Labels
refactor 🏗️ Refactor code or work product

Comments

@j3-signalroom
Copy link
Owner

The project is in v1 version, but some features are in preview. Such resources and data sources are considered preview features in the provider, regardless of their state in Snowflake. We do not guarantee their stability. They will be reworked and marked as a stable feature in future releases. Breaking changes in these features are expected, even without bumping the major version. They are disabled by default. To use them, add the relevant feature name to preview_features_enabled field in the provider configuration. The list of preview features is available below. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.

# Enable preview features
  preview_features_enabled = [
    "snowflake_storage_integration_resource",
    "snowflake_file_format_resource"
  ]
@j3-signalroom j3-signalroom added the refactor 🏗️ Refactor code or work product label Dec 13, 2024
@j3-signalroom j3-signalroom self-assigned this Dec 13, 2024
j3-signalroom added a commit that referenced this issue Dec 13, 2024
@j3-signalroom j3-signalroom linked a pull request Dec 13, 2024 that will close this issue
j3-signalroom added a commit that referenced this issue Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor 🏗️ Refactor code or work product
Projects
Development

Successfully merging a pull request may close this issue.

1 participant