I'm new with this of Databricks in Azure Data Factory. Right now we got a Pipeline that contains only one single python activity. As you can see there is a dynamic file location that shows this : @concat('dbfs:/mnt/folder1/folder2/',pipeline().parameters.Input.pythonFile,'.py')
My question is, what is exactly this location dbfs:/mnt . How can I check where it is pointing.
I try to follow this article :
https://docs.gcp.databricks.com/data/databricks-file-system.html#special-dbfs-root-locations
However I do not see the DBFS tab that it mentions.