【发布时间】:2021-05-10 17:42:48
【问题描述】:
我不熟悉 Azure 数据工厂中的 Databricks。 现在我们得到了一个只包含一个 python 活动的管道。如您所见,有一个显示此内容的动态文件位置:@concat('dbfs:/mnt/folder1/folder2/',pipeline().parameters.Input.pythonFile,'.py')
我的问题是,这个位置 dbfs:/mnt 到底是什么。如何检查它指向的位置。
我尝试关注这篇文章:
https://docs.gcp.databricks.com/data/databricks-file-system.html#special-dbfs-root-locations
但是我没有看到它提到的 DBFS 选项卡。
【问题讨论】:
标签: azure-pipelines azure-data-factory azure-databricks