Hello, I have created data frame on csv file when I try to write it as:
df_op_clean.write.format("delta").save("/Volumes/optimisation/trial")
I get this error :
Cannot access the UC Volume path from this location. Path was /Volumes/optimisation/trial/_delta_log
I am able to save as table on the same location.