Hello !
We're using Databricks asset bundles to deploy to several environments using a devops pipeline. The service principal running the CICD pipeline and creating the job (owner) is not the same as the SPN that will be running the jobs (run_as).
This is not an issue for workflows but somehow it is an issue for DLT pipelines as we run into this error :
Pipelines do not support a setting a run_as user that is different from the owner
Is there a way to solve this issue or is it going to be supported by the DLT pipelines ? It seems like a very big constraint.