I am using the databricks asset pipeline to version control the jobs and pipelines in my workspace. I recently pulled these pipelines from the workspace using the `databricks bundle generate pipeline` command and deployed them back using `databricks bundle deploy`. I am using a service principal I created to deploy this bundle. The deployment was a success, but when I visited the UI, I only saw the created jobs as [dev service-principal-id] Job 1/2/3. The pipelines are missing. However, when I run `databricks pipelines list-pipelines`, I can see these pipelines. I'm not sure if I'm missing some permission. The Workflows using these pipelines show an error saying "Pipeline ID not found". The run also fails at this pipeline task, and the run page does not load, so I cannot debug. Can anyone help me get access to the newly created pipelines?