Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Databricks DBFS binay File Deployment - Failing in Self Hosted Windows 2019 machine #42

Open
aishusarangapani opened this issue Mar 26, 2021 · 2 comments

Comments

@aishusarangapani
Copy link

Failing with below error:
Exception calling "ShouldContinue" with "2" argument(s): "Windows PowerShell is in NonInteractive mode. Read and Prompt functionality is not available.

@jesseloorap
Copy link

I'm facing the same issue (in my case, it was not a binary file, but a .py file). My workaround is to use an Azure agent for that particular task - which I guess is not possible under all circumstances.

@mwc360
Copy link

mwc360 commented Oct 29, 2021

@jesseloorap @aishusarangapani - I was getting the same error until I manually installed the data thirst powershell module on the self-hosted agent.

https://www.powershellgallery.com/packages/azure.databricks.cicd.tools/2.2.5308

After installing via 'run as admin' I no longer got the error.

I also installed Az.Accounts which might be part of what is missing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants