How to do parallel development on Single Tabular Model

Boiler 1 Reputation point
2020-06-17T05:44:45.53+00:00

How to do parallel development on Single Tabular Model ?

Even though the Tabular model visual studio project can be source control using Team Service but still how can multiple developer merge their code change to the single Solution ?

Whats are limitations or caveat to keep in mind for parallel development on single model ?

Thanks

Azure Analysis Services
Azure Analysis Services
An Azure service that provides an enterprise-grade analytics engine.
454 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ChiragMishra-MSFT 956 Reputation points
    2020-06-17T06:38:46.307+00:00

    Hi @Boiler ,

    One way to implement CI/CD in Azure Analysis Services is by using Azure Pipelines. Here's an article that explains the same :

    https://medium.com/swlh/you-me-ci-cd-deploying-azure-analysis-services-tabular-models-through-azure-pipelines-55370ac9fab3

    You can also hook up Azure Devops to achieve CI/CD. Here's a blog that explains the same :

    http://lucavallarelli.altervista.org/blog/deploy-analysis-services-devops/

    Please note : The linked article and blog are not official Microsoft documentation.

    Hope this helps.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.