lakeFS
lakeFS copied to clipboard
Lakehouse multi-cluster writes support
Currently in order to support lakeFS over a lakehouse, which basically means that it would be possible to communicate with lakeFS on Databricks and Delta Lake tables, it's needed to deactivate multi cluster writes using the spark.databricks.delta.multiClusterWrites.enabled false
configuration.
It would be beneficial if we could support multi cluster writes over Databricks.