I’m trying to run a Datafactory pipeline that has a Databricks notebook that creates a table. However, it always generates the error:
The same if I try manually:
I’ve tried using prefix: ‘dbfs:’ and ‘wasbs:’. But it ended up giving another error.
However, when I run ls, it works:
How to solve this?