databricks-sdk-py icon indicating copy to clipboard operation
databricks-sdk-py copied to clipboard

[FEATURE] delta_uniform_iceberg property on tables API

Open jdavidheiser opened this issue 5 months ago • 1 comments

Problem Statement The tables API returns a delta_uniform_iceberg field which includes information like the metadata location. This is extremely important for reading UniForm tables from Iceberg clients.

GET api/2.1/unity-catalog/tables/<catalog-name>.<schame-name>.<table-name>

Proposed Solution Update the TableInfo Dataclass to support all current properties returned by the API.

Additional Context I am surprised that the SDK is not better synchronized with the current state of the API - how long should we expect this lag to be when new features are introduced?

jdavidheiser avatar Sep 03 '24 15:09 jdavidheiser