Azure / Synapse-workspace-deployment

MIT License
27 stars 36 forks source link

Trigger Issue on Deployment #46

Closed cpc-fitzgd closed 2 years ago

cpc-fitzgd commented 2 years ago

We're seeing the following error during deployment when we don't disable all triggers on the deployment target:

Action failed -> Error: Orchestrate failed - Error: Failed to fetch the deployment status {"code":"TriggerEnabledCannotUpdate","message":"Cannot update enabled Trigger; the trigger needs to be disabled first. "}

We're told that the ADO version of this same action doesn't require triggers to be turned off at the target. Are we doing something incorrectly or is this an issue with this GitHub Action?

lordozb commented 2 years ago

Hello @cpc-fitzgd The ADO version also requires the triggers to be disabled. There is an extension available in ADO which can be used to enable/ disabled trigger.s

We are working on providing it for Github action as well but there is no ETA as of now.