An open API service indexing awesome lists of open source software.

https://github.com/kevchant/azuredevops-fabricdwdbproject

Template to perform CI/CD for Microsoft Fabric Data Warehouses
https://github.com/kevchant/azuredevops-fabricdwdbproject

datawarehouse microsoft-fabric

Last synced: 4 months ago
JSON representation

Template to perform CI/CD for Microsoft Fabric Data Warehouses

Awesome Lists containing this project

README

          

# AzureDevOps-FabricDWDBProject for Microsoft Fabric Data Warehouses

Contains a template that you can use to perform CI/CD for Microsoft Fabric Data Warehouses. Based on a blog post I wrote called '[CI/CD for Microsoft Fabric Data Warehouses using YAML Pipelines](https://www.kevinrchant.com/2023/10/25/ci-cd-for-microsoft-fabric-data-warehouses-using-yaml-pipelines/)'.

It can be used to deploy the contents of a [SQL database project](https://learn.microsoft.com/en-us/sql/tools/sql-database-projects/sql-database-projects?view=sql-server-ver16&WT.mc_id=DP-MVP-5004032%3Fview%3Dsql-server-ver16) to a Microsoft Fabric Data Warehouse. Using the new target platform.

A brief overview is below. However, there is also a [wiki for this project](https://github.com/kevchant/AzDo-FabricDWDBProject/wiki) that covers multiple topics.

It uses a YAML pipeline, which you can find in the AzureDevOpsTemplates folder.

In order to use it in Azure Pipelines you can either import or fork this repository into another GitHub repository or into Azure Repos.

Afterwards, you can select the YAML file in Azure Pipelines and tailor the pipeline to suit your needs.

This repository is provided "as is" based on the [MIT license](https://opensource.org/licenses/MIT). Basically, I am not responsible for your use of it.