Skip to content
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

Update snowflake-qs.md #6763

Merged
merged 2 commits into from
Jan 10, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/guides/snowflake-qs.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ You can also watch the [YouTube video on dbt and Snowflake](https://www.youtube.

## Create a new Snowflake worksheet
1. Log in to your trial Snowflake account.
2. In the Snowflake UI, click **+ Worksheet** in the upper right corner to create a new worksheet.
2. In the Snowflake UI, click **+ Create** in the left-hand corner, underneath the Snowflake logo to create a new worksheet. This will open a dropdown. Select the first option, “SQL Worksheet”.
runleonarun marked this conversation as resolved.
Show resolved Hide resolved

## Load data
The data used here is stored as CSV files in a public S3 bucket and the following steps will guide you through how to prepare your Snowflake account for that data and upload it.
Expand Down
Loading