Hi @navi_bricks ,It can be achieved by creating a new notebook and writing the db utils cp or mv command in that notebook. After that, you can create a workflow or an small independent ADF pipeline using the same SP which has the permission. It will...
Hi @zsh24 ,This is a generic wrapper exception, Please share the more detailed error. You can get that error by logging it to the driver using Driver Logging, or try to store these logs in DB table. So basically fire a INSERT INTO SQL statement in Ex...
Hi @Dev ,Generally, What happens spark reader APIs point to the DBFS by default. And, to read the file from User workspace, we need to append 'file:/' in the prefix.Thanks