Home > Software engineering >  How to delete a pipeline trigger in Azure Synapse Analytics
How to delete a pipeline trigger in Azure Synapse Analytics

Time:09-14

How do you delete a pipeline trigger in Azure Synapse Analytics with the UI?

What's the problem?

I currently can't publish my workspace changes. I get the following error:

TestTrigger1
Trigger 'TestTrigger1' cannot be activated and contain no pipelines

This is correct. I disconnected TestTrigger1 to try a different trigger. However now I can't publish and I can't delete the trigger in the UI either.

In Data Factory, there is a UI option in the bottom left of the pipelines screen to delete. See this enter image description here

How do I delete this trigger so I can republish?

CodePudding user response:

In Azure Synapse, you can see all the triggers under the Integration section under the Manage tab. If you have right permissions you should be able to see the delete button wHen you hover your mouse overt the trigger you want to delete.

Delete triggers in Azure Synapse

  • Related