Multi-cluster write for delta tables with s3 as the datastore

hari
Contributor

Does Delta currently support multi-cluster writes to delta table in s3?

I see in the data bricks documentation that data bricks doesn't support writing to the same table from multiple spark drivers and thus multiple clusters.

But s3Guard was also added to the s3a client for s3 which provides string write consistency for most cases.

Can someone confirm whether delta currently supports multi-cluster writes or are there still edge cases in s3Guard making multi-cluster writes not possible?