brickster_2018
Databricks Employee
Databricks Employee
%scala
 
 
display(spark.read.json("//path-to-delta-table/_delta_log/0000000000000000000x.json")
.where("add is not null")
.select("add.path"))

View solution in original post