Skip to content

Commit 2ec428e

Browse files
finished fixing snow docs
1 parent 123b1d7 commit 2ec428e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

src/content/docs/snowflake/capabilities/init-hooks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Tabs, TabItem } from '@astrojs/starlight/components';
77

88
## Introduction
99

10-
LocalStack for Snowflake supports automatically executing `*.sf.sql` files via [Init Hooks](https://docs.localstack.cloud/references/init-hooks/) when mounted into the Docker container. A script can be added to one of these stages in the lifecycle:
10+
LocalStack for Snowflake supports automatically executing `*.sf.sql` files via Init Hooks when mounted into the Docker container. A script can be added to one of these stages in the lifecycle:
1111

1212
- `BOOT`: the container is running, but LocalStack hasn’t started
1313
- `START`: the Python process is running, and LocalStack is starting

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Yes, the Snowflake emulator supports the Snowflake v2 SQL API (`/api/v2/*` endpo
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](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+
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).
1818

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This guide explains how to set up the Snowflake emulator and develop a Python pr
1212

1313
## Prerequisites
1414

15-
- [`localstack` CLI](https://docs.localstack.cloud/getting-started/installation/#localstack-cli)
15+
- [`localstack` CLI](/snowflake/getting-started/#localstack-cli)
1616
- [LocalStack for Snowflake](/snowflake/getting-started/)
1717
- Python 3.10 or later
1818
- [`snowflake-connector-python` library](https://docs.snowflake.com/en/developer-guide/python-connector/python-connector-install)
@@ -129,7 +129,7 @@ To stop LocalStack and remove locally created resources, use:
129129
localstack stop
130130
```
131131

132-
LocalStack is ephemeral and doesn't persist data across restarts. It runs inside a Docker container, and once it’s stopped, all locally created resources are automatically removed. In a future release of the Snowflake emulator, we will provide proper persistence and integration with our [Cloud Pods](https://docs.localstack.cloud/aws/capabilities/state-management/cloud-pods) feature as well.
132+
LocalStack is ephemeral and doesn't persist data across restarts. It runs inside a Docker container, and once it’s stopped, all locally created resources are automatically removed. In a future release of the Snowflake emulator, we will provide proper persistence and integration with a [Cloud Pods](/aws/capabilities/state-management/cloud-pods/) feature as well.
133133

134134
## Next steps
135135

src/content/docs/snowflake/tutorials/aws-lambda-localstack-snowpark.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ The code in this tutorial is available on [GitHub](https://github.com/localstack
1919

2020
## Prerequisites
2121

22-
- [`localstack` CLI](https://docs.localstack.cloud/getting-started/installation/#localstack-cli) with a [`LOCALSTACK_AUTH_TOKEN`](https://docs.localstack.cloud/getting-started/auth-token/)
22+
- [`localstack` CLI](/snowflake/getting-started/#localstack-cli) with a [`LOCALSTACK_AUTH_TOKEN`](/aws/getting-started/auth-token/)
2323
- [LocalStack for Snowflake](/snowflake/getting-started/)
24-
- [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html) & [`awslocal` wrapper](https://docs.localstack.cloud/user-guide/integrations/aws-cli/#localstack-aws-cli-awslocal)
24+
- [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html) & [`awslocal` wrapper](/aws/integrations/aws-native-tools/aws-cli/#localstack-aws-cli-awslocal)
2525
- Python 3.10 installed locally
2626

2727
## Create the Lambda function

src/content/docs/snowflake/tutorials/credit-scoring-with-localstack-snowpark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Jupyter Notebook and the dataset used in this tutorial are available on [Git
1414

1515
## Prerequisites
1616

17-
- [`localstack` CLI](https://docs.localstack.cloud/getting-started/installation/#localstack-cli) with a [`LOCALSTACK_AUTH_TOKEN`](https://docs.localstack.cloud/getting-started/auth-token/)
17+
- [`localstack` CLI](/snowflake/getting-started/#localstack-cli) with a [`LOCALSTACK_AUTH_TOKEN`](/aws/getting-started/auth-token/)
1818
- [LocalStack for Snowflake](/snowflake/getting-started/)
1919
- [Snowpark](/snowflake/integrations/snowpark) with other Python libraries
2020
- [Jupyter Notebook](https://jupyter.org/install#jupyter-notebook)

0 commit comments

Comments
 (0)