databricks-sdk-py
databricks-sdk-py copied to clipboard
[FEATURE] delta_uniform_iceberg property on tables API
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?
Alternatively, it would be great if every single dataclass had a response field that includes the unmodified response JSON. This would allow us to use that directly when a new feature has not been implemented yet.
Hi @jdavidheiser, Thanks for reporting this issue. We will try to sync SDKs with the APIs asap.