PowerShell script to deploy model metadata from *bim files to SQL Server Analysis Services

171 Views Asked by At

I have a remote server that will be used as Power BI and Analytics Services on premises Everything necessary is installed there (SQL + SSAS +PBIRS + Kerberos) One of my challenges is to deploy model metadata from *.bim files (that are stored in GitLab) to SSAS with the help of PowerShell

I would like to write a PowerShell script that would be executed from GitLab CI pipeline (note that I can only build Linux based containers that can run PowerShell scripts) which would grab specific .bim file and deployed it to SSAS (TabularEditor might be used?!) Any help would be much appreciated!

0

There are 0 best solutions below