Read data from mount in Databricks (using Autoloader)

I am using azure blob storage to store data and feeding this data to Autoloader using mount. I was looking for a way to allow Autoloader to load a new file from any mount. Let’s say I have these folders in my mount: mnt/ ├─ blob_container_1 ├─ blob_container_2 When I use .load(‘/mnt/’) no new files… Read More Read data from mount in Databricks (using Autoloader)