Skip to content

Commit c9e26fa

Browse files
committed
updating TOC numbe4r list
1 parent 92208e4 commit c9e26fa

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ Before you begin, ensure you have the following:
1717

1818
## Integrate InfluxDB 3 with Snowflake
1919

20-
1. [Configure external storage](#configure-external-storage)
21-
2. [Set up a catalog integration in Snowflake](#set-up-a-catalog-integration-in-snowflake)
22-
3. [Export InfluxDB data to Iceberg format](#export-influxdb-data-to-iceberg-format)
23-
4. [Create an Iceberg table in Snowflake](#create-an-iceberg-table-in-snowflake)
24-
5. [Query your data in Snowflake](#query-your-data-in-snowflake)
20+
1. [Create a Snowflake external stage](#create-a-snowflake-external-stage)
21+
2. [Export InfluxDB time series data to Iceberg format](#export-influxdb-time-series-data-to-iceberg-format)
22+
3. [Create an Iceberg table in Snowflake](#create-an-iceberg-table-in-snowflake)
23+
4. [Query the Iceberg table from Snowflake](#query-the-iceberg-table-from-snowflake)
2524

2625

2726
### Create a Snowflake external stage
@@ -36,7 +35,7 @@ CREATE STAGE my_s3_stage
3635
URL='s3://my-bucket/'
3736
STORAGE_INTEGRATION=my_storage_integration;
3837

39-
### Set up a catalog integration in Snowflake
38+
### Set up a catalog integration in Snowflake {#set-up-a-catalog-integration-in-snowflake}
4039

4140
Set up a catalog integration in Snowflake to manage and load Iceberg tables efficiently.
4241

@@ -79,7 +78,7 @@ This configuration file tells the exporter which InfluxDB tables to convert to I
7978

8079
After configuring the export settings in the `config.json` file, the system automatically handles the export process. The export generates an Iceberg metadata file that you'll reference when creating your Iceberg table in Snowflake.
8180
82-
### Create an Iceberg table in Snowflake
81+
### Create an Iceberg table in Snowflake
8382
8483
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:
8584

0 commit comments

Comments
 (0)