Skip to content

Commit 92208e4

Browse files
committed
Adding read-only note to section
1 parent 8adec72 commit 92208e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,14 @@ After configuring the export settings in the `config.json` file, the system auto
8181
8282
### Create an Iceberg table in Snowflake
8383
84+
After the export process is complete, you can work with your InfluxData support engineer to create an Iceberg table in Snowflake that references your exported data. If you do not have access to a support engineer, refer to the Snowflake documentation or consult your database administrator for assistance. Here's what happens during this step:
85+
8486
After the export process is complete, you'll work with your InfluxData support engineer to create an Iceberg table in Snowflake that references your exported data. Here's what happens during this step:
8587

88+
> **⚠️ Important**: **Tables created through this integration are read-only.**
89+
> **You cannot write directly to these tables using Snowflake or any other engine.**
90+
> They serve as an analytics interface to your InfluxDB data.
91+
8692
1. Your support engineer will provide you with the location of the Iceberg metadata file generated during the export process.
8793

8894
2. Using this information, you or your database administrator will execute a SQL command in Snowflake similar to:

0 commit comments

Comments
 (0)