modern-data-warehouse-dataops icon indicating copy to clipboard operation
modern-data-warehouse-dataops copied to clipboard

E2E Parking Sensor sample deployment failing at databricks cli command

Open ydaponte opened this issue 2 years ago • 1 comments

Description

  • When deploying the parking sensor sample, the script fails on the creation of the databricks token command: databricks_token=$(databricks tokens create --comment 'deployment' | jq -r .token_value)

Expected Behavior

  • databricks token is successfully created and stored in the KeyVault

Reproduce

  1. Deploy the sample ./deploy.sh
  2. See error

Additional Context

ydaponte avatar Mar 08 '23 14:03 ydaponte

Seems same as https://github.com/Azure-Samples/modern-data-warehouse-dataops/issues/630

sreedhar-guda avatar Oct 13 '23 05:10 sreedhar-guda