无法使用提供的 Databricks 扩展部署 Databricks Notebook
Unable to Deploy Databricks Notebook with provided Databricks Extension
我正在使用 Azure Devops 部署 Databricks 笔记本。我已经安装了两个扩展,如图所示。
第一个扩展“Databricks Deploy Notebooks”成功将笔记本部署到 Databricks。但是,第二个扩展 'Execute Databricks Notebook' 失败并出现错误:
Unable to locate executable file: 'databricks'. Please verify either
the file path exists or the file can be found within a directory
specified by the PATH environment variable. Also verify the file has a
valid extension for an executable file.
关于我可能做错了什么的想法?
根据 Daniel 的建议,我需要在 "Execute" 之前添加扩展 "Configure Databricks CLI" 任务。在 "Execute" 之前添加扩展后,任务成功完成。
我正在使用 Azure Devops 部署 Databricks 笔记本。我已经安装了两个扩展,如图所示。
第一个扩展“Databricks Deploy Notebooks”成功将笔记本部署到 Databricks。但是,第二个扩展 'Execute Databricks Notebook' 失败并出现错误:
Unable to locate executable file: 'databricks'. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also verify the file has a valid extension for an executable file.
关于我可能做错了什么的想法?
根据 Daniel 的建议,我需要在 "Execute" 之前添加扩展 "Configure Databricks CLI" 任务。在 "Execute" 之前添加扩展后,任务成功完成。