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
* Update links to coverage functions and features
* Fix vulnerability in action-download-artifact
* Update package.json to fix vulnerabilities
* update link in references
* fix links
* format sql
Copy file name to clipboardExpand all lines: content/en/getting-started/faq/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Yes, the Snowflake emulator supports the Snowflake v2 SQL API (`/api/v2/*` endpo
13
13
14
14
### Why are my Snowflake tests failing?
15
15
16
-
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/) to see the list of supported functions. If you encounter any issues, you can connect with us for [support](#support-faqs).
16
+
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).
17
17
18
18
### Why does the Snowflake emulator run on `snowflake.localhost.localstack.cloud`?
Copy file name to clipboardExpand all lines: content/en/introduction/_index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,4 +25,4 @@ The Snowflake emulator supports the following features:
25
25
* ... and more!
26
26
27
27
Integrating the Snowflake emulator into your existing CI/CD pipeline allows you to run integration tests and identify issues early, reducing surprises during production deployment.
28
-
Check our [Function Coverage]({{< ref "coverage-functions" >}}) and [Function Coverage]({{< ref "coverage-features" >}}) pages for a comprehensive list of supported functions.
28
+
Check our [SQL Functions Coverage]({{< ref "coverage-functions" >}}) and [Feature Coverage]({{< ref "coverage-features" >}}) pages for a comprehensive list of supported functions.
0 commit comments