This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
The Microsoft Data Factory team is always looking for ways to improve our experience based on your feedback. A common request for Data Factory pipelines has been adding the ability to mark a pipeline activity as inactive.
We're excited to announce that Activity State is now available in Fabric Data Factory data pipelines, giving you the ability to comment out part of your pipeline without deleting the definition.
With the introduction of Deactivating and Reactivating Activities, you can now deactivate one or more activities from a pipeline, allowing you to skip them during validation and during the pipeline run. You may choose to reactivate these activities at a later time.
You can also use this feature as a way to save incomplete pipelines by "commenting out" (setting activity state to Deactivated) activities that are not yet valid or incomplete.
Set_Activity_State_to_Comment_Out_Part_of_Pipeline
Changing the activity state is a powerful tool for pipeline developers. It allows developers to "comment out" part of the code, without permanently deleting the activities. It shines in following scenarios:
An inactive activity behaves differently in a pipeline:
Note: An inactive activity never actually runs. This means the activity won't have an error field, or its typical output fields. Any references to missing fields will throw errors downstream.
Set_Activity_State_to_Comment_Out_Part_of_Pipeline
You may deactivate a single activity from its General tab:
Set_Activity_State_to_Comment_Out_Part_of_Pipeline
Alternatively, you can deactivate multiple activities with a right click:
Set_Activity_State_to_Comment_Out_Part_of_Pipeline
In both cases, you do need to deploy the changes to deactivate the parts during pipeline run.
We love hearing from you! Please continue to provide your feedback to Fabric Ideas and the Data Factory Forum.
Have any other questions or feedback? Leave a comment below!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.