Hi,
Is there any way to manage delta tables schemas externally instead writing a dataframe with the new table schema and merge it?
n
Nick Karpov
05/25/2023, 5:21 PM
you can interact with the metadata of a table using something like delta standalone or delta-rs - would be able to help better if you could share more about what you're trying to achieve that common dataframe api approach can't provide