Skip to content

Commit 4e6e034

Browse files
MeelahMesanderson
andauthored
Update content/shared/influxdb3-query-guides/snapshots/snowflake.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
1 parent 37888c0 commit 4e6e034

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

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

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -94,22 +94,6 @@ The export command outputs an absolute path to an Iceberg metadata file:
9494
9595
`/tmp/iceberg/company_sensors/cpu/metadata/v1.metadata.json
9696
`
97-
#### Example: Querying the exported metadata using DuckDB
98-
99-
```console
100-
$ duckdb
101-
D SELECT * FROM iceberg_scan('/tmp/iceberg/metadata/v1.metadata.json') LIMIT 1;
102-
┌───────────┬──────────────────────┬─────────────────────┬─────────────┬───┬────────────┬───────────────┬─────────────┬────────────────────┬────────────────────┐
103-
│ cpu │ host │ time │ usage_guest │ … │ usage_nice │ usage_softirq │ usage_steal │ usage_system │ usage_user │
104-
│ varchar │ varchar │ timestamp │ double │ │ double │ double │ double │ double │ double │
105-
├───────────┼──────────────────────┼─────────────────────┼─────────────┼───┼────────────┼───────────────┼─────────────┼────────────────────┼────────────────────┤
106-
│ cpu-total │ Andrews-MBP.hsd1.m… │ 2020-06-11 16:52:00 │ 0.0 │ … │ 0.0 │ 0.0 │ 0.0 │ 1.1173184357541899 │ 0.9435133457479826 │
107-
├───────────┴──────────────────────┴─────────────────────┴─────────────┴───┴────────────┴───────────────┴─────────────┴────────────────────┴────────────────────┤
108-
│ 1 rows 13 columns (9 shown) │
109-
└───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
110-
```
111-
112-
Next, create an Iceberg table in Snowflake.
11397
11498
### Create an Iceberg table in Snowflake
11599

0 commit comments

Comments
 (0)