File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
docs/src/main/sphinx/connector Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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
11271129You can retrieve the information about the manifests of the Iceberg table
11281130` test_table ` by using the following query:
You can’t perform that action at this time.
0 commit comments