Skip to content

Commit 8adec72

Browse files
committed
removing entier section: Interfaces for using Iceberg integration section
1 parent 6cd3c82 commit 8adec72

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

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

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -108,24 +108,6 @@ SELECT * FROM my_iceberg_table
108108
WHERE timestamp > '2025-01-01';
109109
```
110110
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-
129111
### Use the API to manage and configure snapshots
130112
131113
Use the {{% product-name %}} HTTP API to export snapshots and check status.

0 commit comments

Comments
 (0)