The Databricks Asset Bundle is used for the Bitbucket CICD pipelines.
The service principle is used in both of the local Databricks configuration and Bitbucket CICD environment.
The service principle is only working in the local environment for deployment, but not in Bitbucket CICD environment.
The SP config similar to :
[DEFAULT]
host = <host>
account_id = <account_id>
client_id = <client_id>
client_secret = <client_secret>
If I use personal user configuration in local and Bitbucket CICD environment, the DAB worked fine in both envs without any issue.