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 has been archived by the owner on Jun 25, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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"
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: