Skip to content

Commit 3125ee4

Browse files
committed
Adjust docs for manifests metadata table in Iceberg
1 parent 2b61919 commit 3125ee4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/src/main/sphinx/connector/iceberg.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,10 +1119,12 @@ The output of the query has the following columns:
11191119
snapshot.
11201120
:::
11211121

1122-
##### `$manifests` table
1122+
##### `$manifests` and `$all_manifests` tables
11231123

1124-
The `$manifests` table provides a detailed overview of the manifests
1125-
corresponding to the snapshots performed in the log of the Iceberg table.
1124+
The `$manifests` and `$all_manifests` tables provide a detailed overview of the
1125+
manifests corresponding to the snapshots performed in the log of the Iceberg
1126+
table. The `$manifests` table contains data for the current snapshot. The
1127+
`$all_manifests` table contains data for all snapshots.
11261128

11271129
You can retrieve the information about the manifests of the Iceberg table
11281130
`test_table` by using the following query:

0 commit comments

Comments
 (0)