/tabular-example

An example Visual Studio project for Tabular Models, demonstrating build automation and acceptance testing

Primary LanguageC#MIT LicenseMIT

Automating Tabular Model Deployments

An example project for doing automated deployment and testing with Microsoft Analysis Services Tabular Models. See blog posts here and here for a detailed walkthrough.

Quick Start

Build and Deploy Model

.\deploy_model.ps1 -workspace c:\develop\tabular-automation -environment validation -analysisServicesUsername test_ssas -analysisSer
vicesPassword test_ssas

Refresh Model Data

.\refresh.ps1 -environment validation -analysisServicesUsername test_ssas -analysisServicesPassword test_ssas