You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
25
24
26
25
27
26
### Create a Snowflake external stage
@@ -36,7 +35,7 @@ CREATE STAGE my_s3_stage
36
35
URL='s3://my-bucket/'
37
36
STORAGE_INTEGRATION=my_storage_integration;
38
37
39
-
### Set up a catalog integration in Snowflake
38
+
### Set up a catalog integration in Snowflake {#set-up-a-catalog-integration-in-snowflake}
40
39
41
40
Set up a catalog integration in Snowflake to manage and load Iceberg tables efficiently.
42
41
@@ -79,7 +78,7 @@ This configuration file tells the exporter which InfluxDB tables to convert to I
79
78
80
79
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.
81
80
82
-
### Create an Iceberg table in Snowflake
81
+
### Create an Iceberg table in Snowflake
83
82
84
83
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:
0 commit comments