Azure-Samples / modern-data-warehouse-dataops

DataOps for Microsoft Data Platform technologies. https://aka.ms/dataops-repo
MIT License
590 stars 462 forks source link

Upgrade Databricks CLI #763

Closed ydaponte closed 1 week ago

ydaponte commented 3 weeks ago

The current sample uses the Databricks CLI (Legacy) version that won't be supported moving forward. Check here for more details: https://docs.databricks.com/ja/archive/dev-tools/cli/index.html. The E2E sample needs to be upgraded to install and use the new CLI - check for more details here: https://docs.databricks.com/en/dev-tools/cli/install.html

A Warning message is thrown during the deployment: WARN: Your CLI is configured to use Jobs API 2.0. In order to use the latest Jobs features please upgrade to 2.1: 'databricks jobs configure --version=2.1'. Future versions of this CLI will default to the new Jobs API. Learn more at https://docs.databricks.com/dev-tools/cli/jobs-cli.html

DoD