https://delta.io logo
s

swest

04/04/2023, 3:35 PM
Cross-posted on @rtyler request: Is there any way to write a field's metadata with Python delta-rs? Looking at the API reference for
write_deltalake()
, it seems like we can only specify schemas with pyarrow, which unfortunately doesn't preserve the metadata dictionary in the conversion to a
deltalake.schema
.