lobsteropteryx / tabular-example

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C# 64.2%Language:PowerShell 30.0%Language:Gherkin 5.8%