I am trying to create Databricks Jobs and Delta live table(DLT) pipelines by using Databricks API.
I would like to have the JSON code of Jobs and DLT in the repository(to configure the code as per environment) and execute the Databricks API by passing this JSON code in the Release/CD pipeline (Azure Devops).
I know this could be achieved with Powershell script in the Release/CD pipeline by authenticating the API call.
However, is there any other straight forward way to do this?