Skip to content

[feat] add missing metadata tables #1053

Open
@kevinjqliu

Description

@kevinjqliu

Feature Request / Improvement

Looks like there are a few more metadata tables currently missing in PyIceberg.

Source of truth for metadata tables: https://iceberg.apache.org/javadoc/latest/org/apache/iceberg/MetadataTableType.html

Done: https://py.iceberg.apache.org/api/#inspecting-tables

  • SNAPSHOTS
  • PARTITIONS
  • ENTRIES
  • REFS
  • MANIFESTS
  • METADATA_LOG_ENTRIES
  • HISTORY
  • FILES

Missing:

  • ALL_DATA_FILES
  • ALL_DELETE_FILES
  • ALL_ENTRIES
  • ALL_FILES
  • ALL_MANIFESTS
  • DATA_FILES
  • DELETE_FILES
  • POSITION_DELETES

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions