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
- {{% code-placeholder-key %}}`NAMESPACE`{{% /code-placeholder-key %}}: The namespace of the data to export. <!-- Namespace might need more explanation -->
86
-
- {{% code-placeholder-key %}}`TABLE_NAME`{{% /code-placeholder-key %}}: The table name to export
109
+
- {{% code-placeholder-key %}}`NAMESPACE`{{% /code-placeholder-key %}}: The namespace (database) that contains the tables to export
110
+
- {{% code-placeholder-key %}}`TABLE_NAME`{{% /code-placeholder-key %}}: The name of the table to export
curl -X GET https://{{% influxdb/host %}}/snapshots/status
129
158
```
159
+
-- API isn't yet available to customers -->
130
160
131
161
## Query the Iceberg table from Snowflake
132
162
@@ -136,8 +166,11 @@ Use SQL in Snowflake to query the Iceberg table exported from {{< product-name >
136
166
137
167
When exporting data from InfluxDB to an Iceberg table, keep the following considerations and limitations in mind:
138
168
169
+
-**Export controls limited to InfluxData**: You can't export or refresh data to Iceberg format independently. The InfluxData Support Team handles set up of the initial export and subsequently handles all data refreshes.
170
+
Submit a request to the [InfluxData Support team](https://support.influxdata.com) to:
171
+
- Update your Snowflake tables with new or changed data
172
+
- Check the status of a snapshot export
139
173
-**Exported data is read-only**: Tables created through this integration are _read-only_. You cannot write directly to these tables using Snowflake or any other engine.
140
174
-**Data consistency**: Ensure that the exported data in the Iceberg table is consistent with the source data in InfluxDB.
141
175
-**Performance**: Query performance may vary based on data size and query complexity.
142
176
-**Feature support**: Some advanced features of InfluxDB may not be fully supported in Snowflake through Iceberg integration.
0 commit comments