Skip to content

Commit bd472c8

Browse files
MeelahMesanderson
andauthored
Update content/shared/influxdb3-query-guides/snapshots/snowflake.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
1 parent 7e260b5 commit bd472c8

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

content/shared/influxdb3-query-guides/snapshots/snowflake.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,17 @@ Before you begin, ensure you have the following:
2525
5. [Query your data in Snowflake](#query-your-data-in-snowflake)
2626

2727

28-
## Configure external storage
28+
### Create a Snowflake external stage
2929

30-
Set up an external storage location (such as AWS S3) to store Iceberg table data and metadata.
30+
Use the `CREATE STAGE` Snowflake SQL command to set up an external storage location
31+
(such as AWS S3) to store Iceberg table data and metadata--for example:
3132

32-
### Example: Configure an S3 stage in Snowflake
33+
#### Example: Configure an S3 stage in Snowflake
3334

3435
```sql
3536
CREATE STAGE my_s3_stage
3637
URL='s3://my-bucket/'
3738
STORAGE_INTEGRATION=my_storage_integration;
38-
```
39-
40-
For more details, refer to the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/tables-iceberg-configure-catalog-integration-object-storage).
4139

4240
## Set up a catalog integration in Snowflake
4341

0 commit comments

Comments
 (0)