brockb
Databricks Employee
Databricks Employee

Sure, I will presume you are using OSS Apache Spark outside of Azure Databricks. If so, you can use the delta-spark library at these maven coordinates: https://mvnrepository.com/artifact/io.delta/delta-spark_2.12.

Further information is at the Delta Quick Start in the OSS Delta docs: https://docs.delta.io/latest/quick-start.html#set-up-apache-spark-with-delta-lake

View solution in original post