brickflow icon indicating copy to clipboard operation
brickflow copied to clipboard

[BUG] Incorrect behavior of bf projects deploy with auth_type = databricks-cli

Open mikita-sakalouski opened this issue 5 months ago • 0 comments

Describe the bug Terraform/bundle generate is failing when using auth_type = databricks-cli instead of PAT in databricks config file.

To Reproduce Steps to reproduce the behavior:

  1. Go to .databrickscfg
  2. Remove token and put auth_type = databricks-cli
  3. Run bf project deploy ...
  4. See error

Expected behavior bf project deploy runs without errors

mikita-sakalouski avatar Sep 17 '24 12:09 mikita-sakalouski