Nike-Inc / brickflow

Pythonic Programming Framework to orchestrate jobs in Databricks Workflow
https://engineering.nike.com/brickflow/
Apache License 2.0
187 stars 44 forks source link

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

Open mikita-sakalouski opened 1 month ago

mikita-sakalouski commented 1 month ago

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