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
Note that community support is provided on a best-effort basis and is not guaranteed.
99
99
Users are encouraged to help others by sharing their knowledge and experiences.
@@ -104,12 +104,13 @@ LocalStack Slack Community includes LocalStack users, contributors, and maintain
104
104
If you need help with the community version of LocalStack, please use the `#help` channel.
105
105
You can sign up for the [LocalStack Slack Community](https://localstack.cloud/slack) by creating an account.
106
106
107
-
#### GitHub Issue
107
+
#### GitHub Discussions
108
108
109
-
You can use GitHub Issue to:
109
+
((
110
+
You can use our [GitHub Discussions board](https://github.com/orgs/localstack/discussions) to:
110
111
111
-
-[Request new features](https://github.com/localstack/localstack/issues/new?assignees=&labels=type%3A+feature%2Cstatus%3A+triage+needed&template=feature-request.yml&title=feature+request%3A+%3Ctitle%3E)
Copy file name to clipboardExpand all lines: src/content/docs/aws/tooling/vscode-extension.md
+11-17Lines changed: 11 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,17 @@
2
2
title: LocalStack Toolkit for VS Code
3
3
description: Install, configure, and run LocalStack without leaving VS Code.
4
4
template: doc
5
-
tags: ["Free"]
5
+
tags: ['Free']
6
6
---
7
7
8
-
## Introduction
8
+
## Introduction
9
9
10
10
The [LocalStack Toolkit for VS Code](https://github.com/localstack/localstack-toolkit-vscode) enables you to install, configure, and run LocalStack without leaving VS Code.
11
11
12
12
## Prerequisites
13
13
14
14
-[VS Code](https://code.visualstudio.com/)
15
15
16
-
17
16
## Install and configure LocalStack
18
17
19
18
The setup wizard ensures LocalStack is installed and configured for a seamless integration with AWS tools, like the AWS CLI, SDKs, AWS SAM or the AWS CDK.
@@ -26,7 +25,6 @@ The LocalStack Toolkit integrates seamlessly with AWS tools like the [AWS CLI](h
The AWS Toolkit for VS Code, a separate VS Code extension available from Amazon, now provides the ability to connect with LocalStack. This automates much of the existing manual setup required to debug Lambda functions (https://docs.localstack.cloud/aws/tooling/lambda-tools/remote-debugging/).
@@ -74,15 +69,14 @@ The AWS Toolkit for VS Code, a separate VS Code extension available from Amazon,
74
69
75
70
[Read our contributing guidelines](https://github.com/localstack/localstack-toolkit-vscode/blob/main/CONTRIBUTING.md) to learn how you can help.
76
71
77
-
78
72
### LocalStack Toolkit for VS Code extension support
79
73
80
-
Please provide feedback or report an issue on the LocalStack Toolkit for VS Code by using our [GitHub Issues](https://github.com/localstack/localstack-toolkit-vscode/issues) page.
74
+
Please provide feedback or report an issue on the LocalStack Toolkit for VS Code by using our [GitHub Discussions board](https://github.com/orgs/localstack/discussions) page.
81
75
82
76
### LocalStack general support
83
77
84
78
For LocalStack-related questions, feedback, and contributions, you can:
85
79
86
80
- Check our main repository: visit our [get in touch section on LocalStack's GitHub](https://github.com/localstack/localstack?tab=readme-ov-file#get-in-touch) for contact information and support channels.
87
81
88
-
- Join our Slack Community: Connect with other developers on the official [LocalStack Slack community](https://localstack.cloud/slack).
82
+
- Join our Slack Community: Connect with other developers on the official [LocalStack Slack community](https://localstack.cloud/slack).
Copy file name to clipboardExpand all lines: src/content/docs/snowflake/getting-started/faq.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,14 @@ title: FAQ
3
3
description: Frequently asked questions about LocalStack for Snowflake
4
4
template: doc
5
5
sidebar:
6
-
order: 3
6
+
order: 3
7
7
---
8
8
9
9
## Core FAQs
10
10
11
11
### Are Snowflake v2 APIs supported?
12
12
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)
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)
14
14
15
15
### Why are my Snowflake tests failing?
16
16
@@ -35,7 +35,7 @@ A CI key allows you to use LocalStack in your CI environment. Every activation o
35
35
You can set the `SF_LOG=trace` environment variable in the Snowflake container to enable detailed trace logs that show all the request/response message.
36
36
37
37
When using `docker-compose` then simply add this variable to the `environment` section of the YAML configuration file.
38
-
If you're starting up via the `localstack start` CLI, then make sure to start up via the following configuration:
38
+
If you're starting up via the `localstack start` CLI, then make sure to start up via the following configuration:
@@ -54,7 +54,7 @@ If you are encountering network issues and your Snowflake client drivers are una
54
54
55
55
### How can I get help with LocalStack for Snowflake?
56
56
57
-
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.
57
+
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.
58
58
59
-
If your team is using LocalStack for Snowflake, you can also request support by [contacting us](https://localstack.cloud/contact) or
60
-
[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).
59
+
If your team is using LocalStack for Snowflake, you can also request support by [contacting us](https://localstack.cloud/contact) or
60
+
[opening a GitHub Discussion](https://github.com/orgs/localstack/discussions).
Copy file name to clipboardExpand all lines: src/content/docs/snowflake/getting-started/quickstart.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Quickstart
3
3
description: Get started with LocalStack for Snowflake in a few simple steps
4
4
template: doc
5
5
sidebar:
6
-
order: 2
6
+
order: 2
7
7
---
8
8
9
9
## Introduction
@@ -199,8 +199,8 @@ The output should be:
199
199
Similarly, you can query the student details based on their GPA:
200
200
201
201
```sql
202
-
SELECT first_name, last_name, major, gpa
203
-
FROM STUDENT_DATA
202
+
SELECT first_name, last_name, major, gpa
203
+
FROM STUDENT_DATA
204
204
WHERE gpa >=3.8
205
205
ORDER BY gpa DESC;
206
206
```
@@ -244,8 +244,9 @@ You can now explore the following resources to learn more about the Snowflake em
244
244
-[Capabilities](/snowflake/capabilities/): Find information about the Snowflake emulator's capabilities and how to use them.
245
245
246
246
:::note
247
+
247
248
### How can I get help with the LocalStack for Snowflake?
248
249
249
-
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
250
-
[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).
251
-
:::
250
+
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
251
+
[opening a GitHub Discussion](https://github.com/orgs/localstack/discussions).
0 commit comments