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
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,6 @@ For more information, refer to the [Snowflake documentation](https://docs.snowfl
56
56
>**Note**: Before exporting InfluxDB time series data to Iceberg format, ensure that the relevant InfluxDB tables are properly set up. Please reach out to your support engineers to configure the tables that need to be exported.
57
57
58
58
Use the InfluxDB Iceberg exporter to convertand export your time-series data from your {{% product-name omit="Clustered" %}} cluster to the Iceberg table format.
59
-
For more information, refer to the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/tables-iceberg-configure-catalog-integration).
60
59
61
60
#### Creating a configuration file
62
61
@@ -78,11 +77,7 @@ Before running the export command, you need to create a configuration file that
78
77
79
78
This configuration file tells the exporter which InfluxDB tables to convert to Iceberg format. You can list multiple tables by adding more objects to the exports array.
80
79
81
-
After configuring the export settings in the `config.json` file, the system automatically handles the export process. The export generates an Iceberg metadata file at a location similar to:
This metadata file is what you'll reference when creating your Iceberg table in Snowflake.
80
+
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.
0 commit comments