-
Notifications
You must be signed in to change notification settings - Fork 0
rewrite snowflake quickstart guide #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
🎊 PR Preview has been successfully built and deployed to https://localstack-snowflake-docs-preview-pr-83.surge.sh 🎊 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi I really like the direction this is going. In a simple guide, the user completes a data task from loading data to querying data. I've made some suggestions, mainly around not muddling the water with aws components (namely s3).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good. Thank you very much! I just have one comment on the opening paragraph to update it in sync with rest of the doc then I'm happy for you to merge.
@@ -9,22 +9,23 @@ description: Get started with LocalStack for Snowflake in a few simple steps | |||
|
|||
## Introduction | |||
|
|||
This guide explains how to set up the Snowflake emulator and develop a Python program using the Snowflake Connector for Python (`snowflake-connector-python`) to interact with emulated Snowflake running on your local machine. | |||
This guide explains how to set up the Snowflake emulator and use Snowflake CLI to interact with Snowflake resources running on your local machine. You'll learn how to create databases, tables, set up automated data ingestion using Snowpipe, and work with S3 storage - all running locally with LocalStack. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you update this line to be consistent with what the new version of getting started guide actually teaches now?
No description provided.