File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
content/shared/influxdb3-query-guides/snapshots Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -108,24 +108,6 @@ SELECT * FROM my_iceberg_table
108
108
WHERE timestamp > ' 2025 - 01 - 01 ' ;
109
109
```
110
110
111
- ## Interfaces for using Iceberg integration
112
-
113
- - [Use the CLI to trigger snapshot exports](#use-the-CLI-to-trigger-snapshot-exports)
114
- - [Use the API to manage and configure snapshots](#use-the-api-to-manage-and-configure-snapshots)
115
- - [Use SQL in Snowflake to query Iceberg tables](#use-sql-in-snowflake-to-query-iceberg-tables)
116
-
117
- ### Use the CLI to trigger snapshot exports
118
-
119
- #### Example: Enable Iceberg feature and export a snapshot
120
-
121
- ```sh
122
- # Enable Iceberg feature
123
- $ influxctl enable-iceberg
124
-
125
- # Export a snapshot
126
- $ influxctl export --namespace foo --table bar
127
- ```
128
-
129
111
### Use the API to manage and configure snapshots
130
112
131
113
Use the {{% product-name %}} HTTP API to export snapshots and check status.
You can’t perform that action at this time.
0 commit comments