modern-data-warehouse-dataops
modern-data-warehouse-dataops copied to clipboard
E2E Parking Sensor sample deployment failing at databricks cli command
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
- Deploy the sample ./deploy.sh
- See error
Additional Context
Seems same as https://github.com/Azure-Samples/modern-data-warehouse-dataops/issues/630