Hello,
I am trying to create a CI/CD pipeline. After the build pipeline, I am trying to create a release to databricks that runs a notebook. I am trying to run this as a service principal. During the bundle validate step I am getting this error. "
Error: failed during request visitor: default auth: cannot configure default credentials,"
Here are the environment variables I am using.
It will work when I use a personal databricks token, but the failure comes when we try to run this as a service principal. What could be going wrong here?
Thank you,
Zach Steele