Forum Discussion

sawilliams's avatar
sawilliams
Frequent Visitor
1 year ago
Solved

Pipeline triggers not syncing with DevOps repository

Hello, I have the following problem: I created a workspace with three notebooks, three lakehouses, and one pipeline, and then synced this workspace with a DevOps repository. So far, everything works...
  • v-prasare's avatar
    1 year ago

    Hi sawilliams,

    Thanks for reaching Ms Fabric community support

     

    Triggers are considered environment-specific configurations and are stored only in the Fabric service, not in Git. This behavior is similar to how Azure Data Factory manages triggers.

     

    pipeline triggers are not included in the repository when using Git integration in Microsoft Fabric. Only pipeline definitions (activities, parameters, and linked services) are tracked in source control, but triggers are not version-controlled within the DevOps repository

     

     

     

    Thanks,

    Prashanth Are

     

     

     

     

     

     

     

     

     

  • v-prasare's avatar
    v-prasare
    1 year ago

    sawilliams, You can automate trigger management in Microsoft Fabric using the REST API to create, update, and monitor triggers, ensuring consistency without manual intervention, even if they are not reflected in Git control. If weekly trigger settings are missing from Git, use API-based deployment scripts, check for pipeline parameterization limitations, or manually export and reimport trigger configurations using JSON.

     

     

    Thanks,

    Prashanth Are

    MS Fabric community support

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query