Skip to content

Commit 378660c

Browse files
docs: update Snow FAQ (#131)
1 parent a1443a2 commit 378660c

File tree

1 file changed

+9
-8
lines changed
  • src/content/docs/snowflake/getting-started

1 file changed

+9
-8
lines changed

src/content/docs/snowflake/getting-started/faq.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,29 @@ sidebar:
1010

1111
### Are Snowflake v2 APIs supported?
1212

13-
Yes, the Snowflake emulator supports the Snowflake v2 SQL API (`/api/v2/*` endpoints), as well as the legacy v1 SQL API (which is still being used by a large portion of Snowflake client libraries and SDKs)
13+
Yes, the LocalStack for Snowflake supports the Snowflake v2 SQL API (`/api/v2/*` endpoints), as well as the legacy v1 SQL API (which is still being used by a large portion of Snowflake client libraries and SDKs)
1414

1515
### Why are my Snowflake tests failing?
1616

17-
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](/snowflake/sql-functions/) to see the list of supported SQL functions and [feature coverage](/snowflake/features/) to see the list of supported features. If you encounter any issues, you can connect with us for [support](#support-faqs).
17+
LocalStack for Snowflake is now GA. If your tests are failing, it could be due to a lack of support for certain Snowflake features. We recommend checking the [function coverage](/snowflake/sql-functions/) to see the list of supported SQL functions and [feature coverage](/snowflake/features/) to see the list of supported features. If you encounter any issues, you can connect with us for [support](#support-faqs).
1818

19-
### Why does the Snowflake emulator run on `snowflake.localhost.localstack.cloud`?
19+
### Why does the LocalStack for Snowflake run on `snowflake.localhost.localstack.cloud`?
2020

21-
The Snowflake emulator operates on `snowflake.localhost.localstack.cloud`. This is a DNS name that resolves to a local IP address (`127.0.0.1`) to make sure the connector interacts with the local APIs. In addition, we also publish an SSL certificate that is automatically used inside LocalStack, in order to enable HTTPS endpoints with valid certificates.
21+
The LocalStack for Snowflake operates on `snowflake.localhost.localstack.cloud`. This is a DNS name that resolves to a local IP address (`127.0.0.1`) to make sure the connector interacts with the local APIs. In addition, we also publish an SSL certificate that is automatically used inside LocalStack, in order to enable HTTPS endpoints with valid certificates.
2222

23-
Note: In case you are deploying the Snowflake emulator in a Kubernetes cluster or some other non-local environment, you may need to add an entry to the `/etc/hosts` file of any client machine or Kubernetes pod that attempts to connect to the Snowflake emulator pod via the `snowflake.localhost.localstack.cloud` domain name.
23+
Note: In case you are deploying the LocalStack for Snowflake in a Kubernetes cluster or some other non-local environment, you may need to add an entry to the `/etc/hosts` file of any client machine or Kubernetes pod that attempts to connect to the LocalStack for Snowflake pod via the `snowflake.localhost.localstack.cloud` domain name.
2424

2525
## Integration FAQs
2626

2727
### Why are my CI pipelines failing with `license.not_enough_credits` error?
2828

29-
If you are using the Snowflake emulator in your CI pipelines consistently, you may encounter the `license.not_enough_credits` error. This error occurs when the Snowflake emulator is unable to process the requests due to the lack of LocalStack CI credits.
29+
If you are using the LocalStack for Snowflake in your CI pipelines consistently, you may encounter the `license.not_enough_credits` error. This error occurs when the LocalStack for Snowflake is unable to process the requests due to the lack of LocalStack CI credits.
3030

3131
A CI key allows you to use LocalStack in your CI environment. Every activation of a CI key consumes one CI credit. This means that with every build triggered through the LocalStack container you will consume one credit. To use more credits, you can [contact us](https://localstack.cloud/contact) to discuss your requirements.
3232

3333
## Support FAQs
3434

35-
### How can I get help with the Snowflake emulator?
35+
### How can I get help with the LocalStack for Snowflake?
3636

37-
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.
37+
LocalStack for Snowflake is now GA. 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) or
38+
[opening a GitHub issue with the Snowflake tag](https://github.com/localstack/localstack/issues/new?assignees=&labels=type%3A+bug%2Cstatus%3A+triage+needed%2CSnowflake%3A+general&template=bug-report.yml&title=bug%3A+%3Ctitle%3E).

0 commit comments

Comments
 (0)