DataThirstLtd / databricks.vsts.tools

VSTS Deployment Tasks for Databricks Objects
MIT License
18 stars 3 forks source link

Deployment to Private Workspace Failing #57

Open knyazs opened 2 years ago

knyazs commented 2 years ago

Recently we enabled private Databricks workspace option in Azure with disabled public IPs. In DevOps we are using local agents on the same network, but still tasks are failing. We checked deployment task and it seems it's using public API to copy notebooks which won't work for private workspaces. Is there a workaround for this?

vinod-soni-microsoft commented 1 year ago

I am facing the same issue, i have setup the self-hosted agent and Databricks Notebooks deployment task showing following error (when running on self-hosted agent) "2023-10-09T19:06:52.7878271Z ============================================================================== 2023-10-09T19:07:09.1303100Z ##[error]Exception calling "ShouldContinue" with "2" argument(s): "Windows PowerShell is in NonInteractive mode. Read and Prompt functionality is not available." 2023-10-09T19:07:09.1915478Z ##[section]Finishing: Databricks Notebooks deployment"