Skip to content

remove preview status #82

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

Merged
merged 3 commits into from
May 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions content/en/getting-started/faq/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Yes, the Snowflake emulator supports the Snowflake v2 SQL API (`/api/v2/*` endpo

### Why are my Snowflake tests failing?

The Snowflake emulator is in **preview** and may not support all Snowflake features. If your tests are failing, it could be due to the lack of support for certain Snowflake features in the emulator. We recommend checking the [function coverage](https://snowflake.localstack.cloud/references/coverage-functions/) to see the list of supported SQL functions and [feature coverage](https://snowflake.localstack.cloud/references/coverage-features/) to see the list of supported features. If you encounter any issues, you can connect with us for [support](#support-faqs).
If your tests are failing, it could be due to the lack of support for certain Snowflake features in the emulator. We recommend checking the [function coverage](https://snowflake.localstack.cloud/references/coverage-functions/) to see the list of supported SQL functions and [feature coverage](https://snowflake.localstack.cloud/references/coverage-features/) to see the list of supported features. If you encounter any issues, you can connect with us for [support](#support-faqs).

### Why does the Snowflake emulator run on `snowflake.localhost.localstack.cloud`?

Expand All @@ -35,4 +35,11 @@ A CI key allows you to use LocalStack in your CI environment. Every activation o

### How can I get help with the Snowflake emulator?

The Snowflake emulator is currently in **preview**. To get help, you can join the [Slack community](https://localstack.cloud/slack) and share your feedback, questions, and suggestions with the LocalStack team on the `#help` channel. If your team is using LocalStack for Snowflake, you can also request support by [contacting us](https://localstack.cloud/contact). We would be happy to setup a private Slack channel for your team to provide dedicated support.
LocalStack provides several support channels to help you with the Snowflake emulator:

- Join our [Slack community](https://localstack.cloud/slack) and ask questions in the `#help` channel
- For technical questions or dedicated assistance, you can reach out to our support team through:
- Email: [[email protected]](mailto:[email protected])
- Web Application chat: Navigate to the [LocalStack Web Application](https://app.localstack.cloud), click the chat icon in the bottom right corner, and select "Technical Question"

For more detailed information about our support offerings, visit our [Help & Support documentation](https://docs.localstack.cloud/getting-started/help-and-support/).
3 changes: 1 addition & 2 deletions layouts/shortcodes/preview-notice.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<div class="alert alert-info preview-notice" role="alert">
<p>LocalStack's Snowflake emulator is currently in preview mode. We will be launching our general availability product for purchase on May 13th, 2025. Interested in learning more? Visit our <a href="https://www.localstack.cloud/localstack-for-snowflake">site</a>.</p>

<p>LocalStack for Snowflake 1.0 release went out on May 22, 2025. We will be launching our general availability product for purchase on June 2nd, 2025. Interested in learning more? Visit our <a href="https://www.localstack.cloud/localstack-for-snowflake">site</a>.</p>
<p><strong>Note:</strong> Version 0.3.0 and beyond are only available to customers who have been granted a Snowflake license from LocalStack. If you accessed Snowflake via your AWS Emulator without a Snowflake license in prior versions, please reach out to us <a href="https://www.localstack.cloud/contact">here</a>.</p>
</div>

Expand Down