Skip to content

Commit c5e3e7a

Browse files
MeelahMejstirnaman
authored andcommitted
updating headings
1 parent b5a8857 commit c5e3e7a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Before you begin, ensure you have the following:
1919
- Familiarity with **Apache Iceberg** and **Snowflake**.
2020

2121

22-
## Step 1: Configure external storage
22+
## Configure external storage
2323

2424
Set up an external storage location (such as AWS S3) to store Iceberg table data and metadata.
2525

@@ -33,7 +33,7 @@ STORAGE_INTEGRATION=my_storage_integration;
3333

3434
For more details, refer to the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/tables-iceberg-configure-catalog-integration-object-storage).
3535

36-
## Step 2: Set up a catalog integration in Snowflake
36+
## Set up a catalog integration in Snowflake
3737

3838
Set up a catalog integration in Snowflake to manage and load Iceberg tables efficiently.
3939

@@ -48,7 +48,7 @@ CREATE CATALOG INTEGRATION my_catalog_integration
4848

4949
For more information, refer to the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/tables-iceberg-configure-catalog-integration).
5050

51-
## Step 3: Export InfluxDB data to Iceberg format
51+
## Export InfluxDB data to Iceberg format
5252

5353
Use InfluxData's Iceberg exporter to convert and export your time-series data from your {{% product-name omit="Clustered" %}} cluster into the Iceberg table format.
5454

@@ -65,7 +65,7 @@ cd influxdb_iox/iceberg_exporter
6565

6666
For more details, refer to the [Iceberg Exporter README](https://github.com/influxdata/influxdb_iox/tree/main/iceberg_exporter).
6767

68-
### Step 4: Create an Iceberg table in Snowflake
68+
### Create an Iceberg table in Snowflake
6969

7070
After exporting the data, create an Iceberg table in Snowflake.
7171

@@ -79,7 +79,7 @@ CREATE ICEBERG TABLE my_iceberg_table
7979

8080
Ensure that `EXTERNAL_VOLUME` and `METADATA_FILE_PATH` point to your external storage and metadata file.
8181

82-
## Step 5: Query the Iceberg table from Snowflake
82+
## Query the Iceberg table from Snowflake
8383

8484
Once the Iceberg table is set up, you can query it using standard SQL in Snowflake.
8585

0 commit comments

Comments
 (0)