When you try to run a single notebook in Fabric, a new Apache session is started. This is the default behavior of our notebooks when using the standard approach. However, you can execute other notebooks from a single notebook using built-in methods from mssparkutils, such as the runMultiple method, which I’ve already described here. By […]
Latest Posts
Microsoft Fabric Warehouse development – deploying project with SQLPACKAGE
We continue our adventure with the Visual Studio database project. Today, we’ll take a look at the sqlpackage.exe tool, which will allow us to automate the deployment of the project to the target Microsoft Fabric warehouse. I warmly invite you and, from here, encourage you to subscribe to stay up-to-date with our materials. Before we […]
Microsoft Warehouse development – Pre Post Deployment scripts
We continue our adventure with the Fabric Warehouse and database project in Visual Studio Code. In the first part, we discussed how to create a database project, add changes to it, and publish them to the target server. Today, we’ll expand on this concept a bit and explain how to use pre-deployment and post-deployment scripts—welcome […]
Microsoft Fabric Warehouse development – creating database project
Nowadays, it has become standard to develop database solutions for Microsoft Fabric Warehouse, SQL Server or Azure SQL using Visual Studio Code. This tool with its extensions, when combined with version control systems like Git, provides not only a stable but also an efficient working environment. In this article, I will demonstrate how to set […]
Last comments