Forum Discussion

girishtharwani2's avatar
girishtharwani2
Helper III
1 year ago
Solved

Run Fabric ADF pipeline in Debug mode

Hi,   Want to understand if there is a way in Fabric ADF to run a pipeline without actually saving it ?   Thanks, Girish
  • nilendraFabric's avatar
    1 year ago

    Hi girishtharwani2 

     

    there is no specific “Debug” mode like in the traditional Azure Data Factory. However, you can still run a pipeline without saving it permanently

     

    Use the “Run” Button: In Fabric’s Data Factory, you can simply click the “Run” button to execute your pipeline. This is equivalent to the “Debug” mode in traditional ADF.

     


    In-Progress Work: You can use the “Run” button to test your pipeline while it’s still in progress. This allows you to iteratively develop and test your pipeline without committing changes

     

    please accept the solution if this helps

  • nilendraFabric's avatar
    nilendraFabric
    1 year ago

    You are correct here girishtharwani2

     

    Running without saving was not correct in my answer, I have rectified it. 

    for debug: 

    Deactivating Activities for Testing: To test specific parts of a pipeline, you can deactivate certain activities (marking them as inactive). This feature lets you skip those activities during a run without deleting them permanently

    Thanks