Skip to content

Commit 7e260b5

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 aa6b36a commit 7e260b5

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

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

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@ Export time series data snapshots from InfluxDB into Apache Iceberg format and q
88
- **Cost-effective storage**: Optimize data retention and minimize storage costs.
99
- **Supports AI and ML workloads**: Enhance machine learning applications by making time-series data accessible in Snowflake.
1010

11-
## Implementation steps
12-
13-
Follow these steps to integrate InfluxDB 3 with Snowflake using Apache Iceberg:
14-
15-
1. [Configure external storage](#configure-external-storage)
16-
2. [Set up a catalog integration in Snowflake](#set-up-a-catalog-integration-in-snowflake)
17-
3. [Export InfluxDB data to Iceberg format](#export-influxdb-data-to-iceberg-format)
18-
4. [Create an Iceberg table in Snowflake](#create-an-iceberg-table-in-snowflake)
19-
5. [Query your data in Snowflake](#query-your-data-in-snowflake)
20-
2111
## Prerequisites
2212

2313
Before you begin, ensure you have the following:
@@ -26,6 +16,14 @@ Before you begin, ensure you have the following:
2616
- Access to an **external object store** (such as AWS S3).
2717
- Familiarity with **Apache Iceberg** and **Snowflake**.
2818

19+
## Integrate InfluxDB 3 with Snowflake
20+
21+
1. [Configure external storage](#configure-external-storage)
22+
2. [Set up a catalog integration in Snowflake](#set-up-a-catalog-integration-in-snowflake)
23+
3. [Export InfluxDB data to Iceberg format](#export-influxdb-data-to-iceberg-format)
24+
4. [Create an Iceberg table in Snowflake](#create-an-iceberg-table-in-snowflake)
25+
5. [Query your data in Snowflake](#query-your-data-in-snowflake)
26+
2927

3028
## Configure external storage
3129

0 commit comments

Comments
 (0)