Categories: Fabric

Fabulous Stuff in Fabric – Part 2: Deactivating Activities in Pipelines

A while ago I had a little blog post series about cool stuff in Snowflake. I’m doing a similar series now, but this time for Microsoft Fabric. I’m not going to cover the basic of Fabric, hundreds of bloggers have already done that. I’m going to cover little bits & pieces that I find interesting, that are similar to Snowflake features or something that is an improvement over the “regular” SQL Server or related products.

In this blog post I’m highlighting the fact we can now deactivate activities in a pipeline, which is extremely useful when you want to debug a pipeline but don’t want to run the whole damn thing. Just right-click the activity and choose deactiviate.

When deactivated, the activity will turn grey and it will be skipped when the pipeline runs (in debug mode or in an actual run).

Validation will be skipped as well, which is handy when you haven’t completed the configuration of an activity yet, but you want to run the rest of the pipeline. Keep in mind that if other activities depend on the output of your disabled activity – for example a For Each loop activity looping over the output of a Lookup activity – that they might fail. You can try to mitigate this by using variables with default values.

This functionality is not only present but also in Azure Data Factory and Synapse Pipelines. This blog post is actually a bit bittersweet, because this is really basic functionality that should have been there from the start. We were able to disable tasks in SSIS since … checks notes … 2005. You know, when the product launched. But I’m glad it’s finally in the product and that Fabric keeps improving over time.

Related:
Fabulous Stuff in Fabric – Part 1: Cloning Tables


------------------------------------------------
Do you like this blog post? You can thank me by buying me a beer 🙂
Koen Verbeeck

Koen Verbeeck is a Microsoft Business Intelligence consultant at AE, helping clients to get insight in their data. Koen has a comprehensive knowledge of the SQL Server BI stack, with a particular love for Integration Services. He's also a speaker at various conferences.

Recent Posts

Techorama 2024 – Slides

You can find the slidedeck for my Techorama session "Microsoft Fabric for Dummies" on github.

1 week ago

Webinar – Microsoft Fabric for Dummies

On Wednesday May 15th 2024 I will give a free webinar on MSSQLTips.com about Microsoft…

2 weeks ago

Get row counts of all tables in a Microsoft Fabric warehouse

I loaded some built-in sample data from Wide World Importers into a Fabric warehouse. You…

2 weeks ago

dataMinds Saturday 2024 – Session Materials

It was great being at dataMinds Saturday 2024 this past weekend. A great crowd of…

3 weeks ago

Check your regions people

Today I was having a nice discussion with some colleagues about Fabric and pricing/licensing came…

4 weeks ago

Book Review – Deciphering Data Architectures

I recently purchased and read the book Deciphering Data Architectures - Choosing Between a Modern…

1 month ago