Unable to retrieve custom metadata from tables in rust #2153
Labels
binding/rust
Issues for the Rust crate
enhancement
New feature or request
help wanted
Extra attention is needed
Environment
Delta-rs version:
Binding:
Environment:
Bug
What happened:
AFAIK, there is no programmatic access to custom metadata written.
How to get the metadata out of
tbl
?DeltaTable.config
does not have the app_metadataDeltaTable.state.unwrap()
does not have the app_metadataDeltaTable::metadata()
does not have the app_metadataWhat you expected to happen:
Some way to retrieve the metadata
How to reproduce it:
See above
More details:
I can manually inspect the json file & it is getting written, but I have no way to retrieve it after it's been written.
The text was updated successfully, but these errors were encountered: