Skip to content

Commit

Permalink
Adjust docs for metadata table in Iceberg
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Jan 12, 2025
1 parent cc91dae commit 2667d8d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/src/main/sphinx/connector/iceberg.md
Original file line number Diff line number Diff line change
Expand Up @@ -1318,10 +1318,11 @@ The output of the query has the following columns:
- File metrics in human-readable form.
:::

##### `$entries` table
##### `$entries` and `$all_entries` tables

The `$entries` table provides all the table's current manifest entries for both
data and delete files.
The `$entries` and `$all_entries` tables provide the table's manifest entries
for both data and delete files. The `$entries` table contains data for the
current snapshot. The `$all_entries` table contains data for all snapshots.

To retrieve the information about the entries of the Iceberg table
`test_table`, use the following query:
Expand Down

0 comments on commit 2667d8d

Please sign in to comment.