Skip to content

Commit dd5b963

Browse files
committed
fix last remaining pieces
1 parent 52f3116 commit dd5b963

File tree

6 files changed

+8
-12
lines changed

6 files changed

+8
-12
lines changed

astro.config.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -324,10 +324,6 @@ export default defineConfig({
324324
label: 'SQL Functions',
325325
slug: 'snowflake/sql-functions',
326326
},
327-
{
328-
label: 'Feature Coverage',
329-
slug: 'snowflake/coverage-features',
330-
},
331327
{
332328
label: 'Changelog',
333329
slug: 'snowflake/changelog',

src/content/docs/snowflake/capabilities/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ These options are applicable when using the CLI to start LocalStack.
3636
| Variable | Example Values | Description |
3737
| - | - | - |
3838
| `LOCALSTACK_VOLUME_DIR` | `~/.cache/localstack/volume` (on Linux) | The location on the host of the LocalStack volume directory mount. |
39-
| `CONFIG_PROFILE` | | The configuration profile to load. See [Profiles]({{< ref "#profiles" >}}) |
39+
| `CONFIG_PROFILE` | | The configuration profile to load. See [Profiles](#profiles) |
4040
| `CONFIG_DIR` | `~/.localstack` | The path where LocalStack can find configuration profiles and other CLI-specific configuration |
4141

4242
## Docker
File renamed without changes.

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

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

1313
- [`localstack` CLI](https://docs.localstack.cloud/getting-started/installation/#localstack-cli)
14-
- [LocalStack for Snowflake]({{< ref "installation" >}})
14+
- [LocalStack for Snowflake](/snowflake/getting-started/)
1515
- Python 3.10 or later
1616
- [`snowflake-connector-python` library](https://docs.snowflake.com/en/developer-guide/python-connector/python-connector-install)
1717

@@ -133,6 +133,6 @@ LocalStack is ephemeral and doesn't persist data across restarts. It runs inside
133133

134134
You can now explore the following resources to learn more about the Snowflake emulator:
135135

136-
- [User Guide]({{< ref "user-guide" >}}): Learn about the Snowflake emulator's features and how to use them.
137-
- [Tutorials](/aws/tutorials): Explore tutorials to use the Snowflake emulator for local development and testing.
138-
- [References]({{< ref "references" >}}): Find information about the Snowflake emulator's configuration, changelog, and function coverage.
136+
- [Features](/snowflake/features/): Learn about the Snowflake emulator's features and how to use them.
137+
- [SQL Functions](/snowflake/sql-functions): Learn about the SQL functions supported by the Snowflake emulator.
138+
- [Changelog](/snowflake/changelog): Find information about the Snowflake emulator's changelog.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The code in this tutorial is available on [GitHub](https://github.com/localstack
2020
## Prerequisites
2121

2222
- [`localstack` CLI](https://docs.localstack.cloud/getting-started/installation/#localstack-cli) with a [`LOCALSTACK_AUTH_TOKEN`](https://docs.localstack.cloud/getting-started/auth-token/)
23-
- [LocalStack for Snowflake]({{< ref "installation" >}})
23+
- [LocalStack for Snowflake](/snowflake/getting-started/)
2424
- [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)
2525
- Python 3.10 installed locally
2626

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ The Jupyter Notebook and the dataset used in this tutorial are available on [Git
1515
## Prerequisites
1616

1717
- [`localstack` CLI](https://docs.localstack.cloud/getting-started/installation/#localstack-cli) with a [`LOCALSTACK_AUTH_TOKEN`](https://docs.localstack.cloud/getting-started/auth-token/)
18-
- [LocalStack for Snowflake]({{< ref "installation" >}})
19-
- [Snowpark]({{< ref "snowpark" >}}) with other Python libraries
18+
- [LocalStack for Snowflake](/snowflake/getting-started/)
19+
- [Snowpark](/snowflake/integrations/snowpark) with other Python libraries
2020
- [Jupyter Notebook](https://jupyter.org/install#jupyter-notebook)
2121

2222
You should also download [`credit_files.csv`](https://github.com/localstack-samples/localstack-snowflake-samples/blob/main/credit-scoring-with-snowpark/credit_files.csv) and [`credit_request.csv`](https://github.com/localstack-samples/localstack-snowflake-samples/blob/main/credit-scoring-with-snowpark/credit_request.csv) files from the LocalStack repository. The files should be present in the same directory as your Jupyter Notebook.

0 commit comments

Comments
 (0)