简体   繁体   中英

ADF databricks python activity to pick python script from blob storage not from dbfs

I'm running databricks python activity from the Azure data factory. I want to pick the python/shell script from Azure blob-storage/data-lake instead for dbfs path. My current ADF databricks python activity is not allowing without 'dbfs:/'.

Could you please help me here.

在此处输入图片说明

Only dbfs file path is supported in the Databricks Python activity: https://docs.microsoft.com/en-us/azure/data-factory/transform-data-databricks-python#databricks-python-activity-properties

you need to think of other methods for uploading the python file to dbfs using databricks cli, potentially through your cicd pipeline also.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM