An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
Hello @natalie ,
Thanks for the question and using MS Q&A platform.
Could you please confirm if the trigger’s runtime state is “Started”? You can get the state by (Get-AzSynapseTrigger -WorkspaceName wsname -Name triggername).Properties.RuntimeState
If the state of trigger is “Started”, you should first stop it, then the trigger can be deleted successfully. You can stop the trigger by run: Stop-AzSynapseTrigger -WorkspaceName wsname -Name triggername.
Note: Any changes made via SDK, PowerShell will not be synced with the Synapse workspace linked with any source control. You can see the changes in the live mode.
Hope this will help. Please let us know if any further queries.
------------------------------
- Please don't forget to click on
or upvote
button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how - Want a reminder to come back and check responses? Here is how to subscribe to a notification
- If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators