CI/CD for Microsoft Fabric Data Warehouses using GitHub Actions

In this post I cover CI/CD for Microsoft Fabric Data Warehouses using GitHub Actions. I want to do this post for various reasons. Including the fact that when I was presenting at the Microsoft office in the Netherlands earlier this year I mentioned to somebody that this can be done in GitHub. I feel now is the right time … Read more

Three ways to create a Microsoft Fabric Data Warehouse Database Project

In this post I cover three ways to create a Microsoft Fabric Data Warehouse database project. Which you can use to perform state-based deployments to Microsoft Fabric Data Warehouses. By performing CI/CD for Microsoft Fabric Data Warehouses using Azure DevOps or some other method. Which can be useful if you want Data Warehouses in the … Read more

Download a Microsoft Fabric Data Warehouse database project to perform CI/CD using Azure DevOps

In this post I cover how you can download a Microsoft Fabric Data Warehouse database project to perform CI/CD using Azure DevOps. In addition, how my example ADO-FabricDWDBProject GitHub repository can help you speed up the process. Which is now easier to do. Thanks to the latest option in the Warehouse Editor that allows you … Read more

Spreading your SQL Server wings with Microsoft Fabric Data Warehouses

In this post I cover spreading your SQL Server wings with Microsoft Fabric Data Warehouses. As part of a series of posts about spreading your SQL Server wings with the Microsoft Intelligent Data Platform. You can find out more about this series of posts in an introductory post I published about the series. I thought … Read more

Create a Microsoft Fabric Data Warehouse Database Project from a Lakehouse

In this post I cover how you can create a Microsoft Fabric Data Warehouse Database Project from a Lakehouse using Azure Data Studio. To clarify , when I refer to a Lakehouse in this post I mean a Microsoft Fabric Lakehouse. You might want create a Microsoft Fabric Data Warehouse Database Project from a Lakehouse … Read more

CI/CD for Microsoft Fabric Data Warehouses using YAML Pipelines

In this post I cover how to perform CI/CD for Microsoft Fabric Data Warehouses using YAML pipelines. Which can now be done gracefully with the new target platform thanks to a new SqlPackage update. To clarify, YAML pipelines are the pipelines you work with in Azure DevOps that use YAML syntax. In other words, code. … Read more

CI/CD for Microsoft Fabric Data Warehouses using Azure DevOps

In this post I want to cover CI/CD for Microsoft Fabric Data Warehouses using Azure DevOps. Which can now be done gracefully with the new target platform thanks to a new SqlPackage update. In this post I cover the entire flow. From creating the database project all the way through to the deployment. Admittedly, I … Read more

New Microsoft Fabric Data Warehouse Target Platform is now included as part of the latest Azure Data Studio update

In this post I want to raise awareness about the fact that the new Microsoft Fabric Data Warehouse Target Platform is now included as part of the latest Azure Data Studio update. Which is 1.46. In reality, I have already covered the new target platform in my previous post. Due to the fact that this … Read more