Skip to content

Commit 0c31daa

Browse files
committed
removing IOX references
1 parent 4b2ee68 commit 0c31daa

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ For more information, refer to the [Snowflake documentation](https://docs.snowfl
5656
> **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.
5757

5858
Use the InfluxDB Iceberg exporter to convert and 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).
6059

6160
#### Creating a configuration file
6261

@@ -78,11 +77,7 @@ Before running the export command, you need to create a configuration file that
7877

7978
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.
8079

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:
82-
83-
`/tmp/iceberg/company_sensors/cpu/metadata/v1.metadata.json`
84-
85-
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.
8681
8782
### Create an Iceberg table in Snowflake
8883

0 commit comments

Comments
 (0)