Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] delta_uniform_iceberg property on tables API #746

Open
jdavidheiser opened this issue Sep 3, 2024 · 1 comment
Open

[FEATURE] delta_uniform_iceberg property on tables API #746

jdavidheiser opened this issue Sep 3, 2024 · 1 comment

Comments

@jdavidheiser
Copy link

jdavidheiser commented Sep 3, 2024

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant