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
- Host: GitHub
- URL: https://github.com/kevchant/azuredevops-fabricdwdbproject
- Owner: kevchant
- License: mit
- Created: 2023-10-25T12:13:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-19T11:35:25.000Z (about 1 year ago)
- Last Synced: 2025-05-30T08:57:10.482Z (5 months ago)
- Topics: datawarehouse, microsoft-fabric
- Language: TSQL
- Homepage: https://www.kevinrchant.com/2023/10/25/ci-cd-for-microsoft-fabric-data-warehouses-using-yaml-pipelines/
- Size: 11.7 KB
- Stars: 36
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.