Skip to content

Commit 3107726

Browse files
authored
add the getting started zip to the public (#44)
1 parent ce3e697 commit 3107726

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
4.21 KB
Binary file not shown.

src/content/docs/snowflake/features/stages.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In this guide, you will create a database and a table for storing data. You will
1818

1919
### Download the sample data
2020

21-
You can download the sample data by [right-clicking on this link](./getting-started.zip) and downloading this in your machine. Unzip the file and save the contents to a directory on your local machine.
21+
You can download the sample data by [clicking on this link](/artifacts/getting-started.zip) and downloading this in your machine. Unzip the file and save the contents to a directory on your local machine.
2222

2323
### Create a database & table
2424

@@ -87,7 +87,7 @@ The expected output is:
8787

8888
## Loading files from S3
8989

90-
You can also load data from an S3 bucket using the `CREATE STAGE` command. Create a new S3 bucket named `testbucket` and upload the [employees CSV files](./getting-started.zip) to the bucket. You can use LocalStack's `awslocal` CLI to create the S3 bucket and upload the files.
90+
You can also load data from an S3 bucket using the `CREATE STAGE` command. Create a new S3 bucket named `testbucket` and upload the [employees CSV files](/artifacts/getting-started.zip) to the bucket. You can use LocalStack's `awslocal` CLI to create the S3 bucket and upload the files.
9191

9292
```bash
9393
awslocal s3 mb s3://testbucket

0 commit comments

Comments
 (0)