Hi have somebody face this issue when writing form an azure databrick notebook to onelake (same region same and with the same azure entra id account). the databricks cluster is created with auth passtrough for this account.
This is (snap) what is wanna to do (as first step);
df_p.write.format("csv").option("header", "true").mode("overwrite").csv(oneLake)
I got this error;
Py4JJavaError: An error occurred while calling o448.csv.
even if I used the id's instead of the names it gives the same error
What did I miss here ? (btw no (azure) firewall is active only nsg on databricks side)