Hello Team,
I am using a Databricks notebook to access the lakeFS repository (hosted on lake fs cloud cluster pointing to aws S3 ). However, when I try to read a CSV file in the notebook, I encounter the following error:
"Failed to get lakeFS block store type."
I have already added the following library to the cluster:
io.lakefshadoop lakefs assembly0.2.4
Here are the details of the environment:
Databricks Runtime Version: 9.1 LTS (Spark 3.1.2, Scala 2.12)
Could you please assist me with resolving this issue?
Thank you.