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
Copy file name to clipboardExpand all lines: content/shared/influxdb3-query-guides/snapshots/snowflake.md
+12-9Lines changed: 12 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
# Integrate with Snowflake using Apache Iceberg
2
2
3
-
4
3
Export time-series data snapshots from InfluxDB into Apache Iceberg format.
5
4
Integrate data with Snowflake and other Iceberg-compatible tools without the need for complex ETL processes.
6
5
@@ -60,17 +59,17 @@ For more information, refer to the [Snowflake documentation](https://docs.snowfl
60
59
61
60
## Export InfluxDB data to Iceberg format
62
61
63
-
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.
62
+
Use InfluxData's Iceberg exporter to convert and export your time-series data from your {{% product-name omit="Clustered" %}} cluster to the Iceberg table format.
64
63
65
64
### Example: Export data using Iceberg exporter
66
65
67
-
This example assumes:
68
-
- You have followed the example for [writing and querying data in the IOx README](https://github.com/influxdata/influxdb_iox/blob/main/README.md#write-and-read-data)
69
-
- You've configured compaction to trigger more quickly with these environment variables:
66
+
This example assumes the following:
70
67
68
+
- You have followed the example for [writing and querying data in the IOx README](https://github.com/influxdata/influxdb_iox/blob/main/README.md#write-and-read-data).
69
+
- You've configured compaction to trigger more quickly with these environment variables:
0 commit comments