Category: Azure Synapse

  • Bringing Rigor to Synapse: Static Code Analysis via Azure DevOps

    Bringing Rigor to Synapse: Static Code Analysis via Azure DevOps

    Ensuring code quality is paramount, and for Azure Synapse users, this just got a lot easier. Azure Synapse Analytics is an integrated analytics service that accelerates time to insight from all data at any scale, across data warehouses and big data analytics. But, even the most robust platforms can have gaps — for Synapse, it’s…

  • 6 Microsoft Fabric Killer Features!

    6 Microsoft Fabric Killer Features!

    Microsoft Fabric is a game-changer in the world of data analytics. It’s a single, AI-powered platform that reshapes how everyone accesses, manages, and acts on data and insights by connecting every data source and analytics service in the Microsoft ecosystem together. Here are six killer features that make Microsoft Fabric a platform to look forward…

  • Microsoft Fabric: A Game Changer for Data Engineering and Analytics

    Microsoft Fabric: A Game Changer for Data Engineering and Analytics

    Microsoft has just announced a noteworthy development in the world of data analytics and AI: Microsoft Fabric. This new offering is more than just another product; it’s an integration of existing technologies into a unified platform, bringing together Azure Data Factory, Azure Synapse Analytics, and Power BI​. What particularly caught my attention is the potential…

  • Synapse Minimal Test Framework – Part 5: CI with Azure DevOps

    Synapse Minimal Test Framework – Part 5: CI with Azure DevOps

    In this 5 part series I will be talking about the Synapse Minimal Test Framework. The why, how and whatnot: Want to dive straight into the code? Want to skip reading? All code below can be found on GitHub: jpaarhuis/synapse-minimal-test-framework: Minimal test framework to test Azure Synapse pipelines with MSTest (CI included) (github.com) Automate testing using…

  • Synapse Minimal Test Framework – Part 4: CI with GitHub

    Synapse Minimal Test Framework – Part 4: CI with GitHub

    In this 5 part series I will be talking about the Synapse Minimal Test Framework. The why, how and whatnot: Want to dive straight into the code? Want to skip reading? All code below can be found on GitHub: jpaarhuis/synapse-minimal-test-framework: Minimal test framework to test Azure Synapse pipelines with MSTest (CI included) (github.com) Automate testing using…

  • Synapse Minimal Test Framework – Part 3: Advanced pipeline test

    Synapse Minimal Test Framework – Part 3: Advanced pipeline test

    In this 5 part series I will be talking about the Synapse Minimal Test Framework. The why, how and whatnot: Want to dive straight into the code? Want to skip reading? All code below can be found on GitHub: jpaarhuis/synapse-minimal-test-framework: Minimal test framework to test Azure Synapse pipelines with MSTest (CI included) (github.com) Testing a complex…

  • Synapse Minimal Test Framework – Part 2: Simple pipeline test

    Synapse Minimal Test Framework – Part 2: Simple pipeline test

    In this 5 part series I will be talking about the Synapse Minimal Test Framework. The why, how and whatnot: Want to dive straight into the code? Want to skip reading? All code below can be found on GitHub: jpaarhuis/synapse-minimal-test-framework: Minimal test framework to test Azure Synapse pipelines with MSTest (CI included) (github.com) Testing a simple…

  • Synapse Minimal Test Framework – Part 1: Let’s get testing

    Synapse Minimal Test Framework – Part 1: Let’s get testing

    In this 5 part series I will be talking about the Synapse Minimal Test Framework. The why, how and whatnot: Want to dive straight into the code? GitHub: jpaarhuis/synapse-minimal-test-framework: Minimal test framework to test Azure Synapse pipelines with MSTest (CI included) (github.com) Introduction Coming from a development background I’ve noticed how immature the data world…