Hi,
what is the recommended way to read data from delta table and write to ADLS gen2 storage in parquet format. In my case i use a notebook to read data do some processing and write it to storage and update delta table with detail of last written data. If in case if there is any error in notebook or any storage error
- will there be partial files in storage?
- can consumer read this partial files or these files can't be read
Thanks