Install Databricks CLI

  1. Open your Command Prompt or PowerShell window.

  2. Run the following commands to search for and install the CLI:
    bash

    winget search databricks winget install Databricks.DatabricksCLI
  3. Restart your command prompt or PowerShell session to ensure the PATH environment variable is correctly set.

  4. Verify the installation by checking the version:
    bash

    databricks -v # Or: databricks version