Questions tagged [databricks-cli]
67 questions
0
votes
1 answer
Using Databricks CLI command output in other Unix command
I am using Databricks CLI to configure clusters and setup libraries in Azure Release pipeline as part of an Azure CLI task with /bin/bash as the interpreter. At one place, I am trying to use databricks fs ls command to list a jar file in a dbfs path…

Subhash Ghai
- 75
- 1
- 8
0
votes
1 answer
How to store Databricks token created from CLI in Yaml Bash step
I have the following Yaml script. I am looking for how to grab the token created and store into a variable:
- bash: |
echo {} > ~/.databricks-connect#
source py37-venv/bin/activate
pip3 install wheel
pip3 install…

ibexy
- 609
- 3
- 16
- 34
0
votes
1 answer
Installing, Configuring on the Azure Databricks CLI on Windows PC 'databricks' is not recognized as an internal or external command
I am trying to create a secret scope and access key for our Databricks workspace.
In order to achieve this I need to install Databricks Cli on my PC and issue the command databrick configure --token
I have installed Databricks Cli using pip3 install…

Patterson
- 1,927
- 1
- 19
- 56
0
votes
1 answer
Create a profile with databricks cli without passing arguments
I am trying to use databricks-cli in a devops pipeline on azure. For that I need to create a profile, using:
databricks configure --profile Profile --token
The problem is that when I run that command, it asks me for host and token which breaks my…

vftw
- 1,547
- 3
- 22
- 51
0
votes
1 answer
I am trying to use databricks cli and invoke the databricks configure
I am trying to use databricks CLI and invoke the databricks configure. At the point where we need to enter the token,I am neither able to type anything or copy paste anything.

akshita goel
- 11
0
votes
1 answer
databricks-cli installed, modules not visible
I installed the Databricks CLI, but I am unable to work with the library as such:
In powershell, I have set the working directory to: C:\Users\DNaught1\AppData\Local\Programs\Python\Python39\Scripts
I know the module is there:
Mode …

dale
- 17
- 2
- 4
-1
votes
1 answer
Azure DevOps Release pipeline for Databricks notebook
I am creating a Azure DevOps Release Pipeline for Databricks notebooks deployment.
I have written below code in powershell activity but its not working.
Requesting some pointer here.
# Variables
$workspaceUrl =…