【发布时间】:2020-04-02 14:36:44
【问题描述】:
enter image description hereI'm retrieving notebook path using stored procedure then executing that Databricks notebook using data factory but I'm getting error as message": "Invalid notebook_path: {\"effectiveIntegrationRuntime\":\"DefaultIntegrationRuntime (West Europe)\",\"executionDuration\":0,\"durationInQueue\":{\"integrationRuntimeQueue\":1},\"billingReference\":{\"activityType\":\"ExternalActivity\",\"billableDuration\":{\"Managed\":0.016666666666666666}}}. Only absolute paths are currently supported. Paths must begin with '/'. . Please help me on this
【问题讨论】:
-
请提供minimal reproducible example,让想要帮助您的人容易理解您的问题
-
当我执行 sp 时,我已经在数据库中插入了笔记本路径,它将通过使用我需要执行该 databricks 笔记本来提供笔记本路径。我附上图片以供参考
-
笔记本路径参数化如下@string(activity('get_notebook_path').output)。当我直接给笔记本时,它正在执行,当我将它作为参数传递时遇到问题
标签: python python-3.x azure-data-factory azure-data-factory-2 azure-databricks