Open knyazs opened 2 years 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"
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?