You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
I am creating a Azure DevOps release pipeline to deploy Databricks notebooks. Using Configure Databricks CLI and Databricks Notebooks deployments, but Configure Databricks CLI is failing with below error.
##[error]Unhandled: Unable to locate executable file: 'python'. 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.
##[debug]Processed: ##vso[task.issue type=error;]Unhandled: Unable to locate executable file: 'python'. 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.
Used user Python version task at the beginning but did not resolve my issue. Please suggest?