I am trying to develop a Azure DevOps pipeline for our Synapse (connected to Azure DevOps Git Repo).
This pipeline will be responsible for publishing changes from master to live mode.
I have followed the tutorial on:
https://techcommunity.microsoft.com/t5/data-architecture-blog/ci-cd-in-azure-synapse-analytics-part-4-the-release-pipeline/ba-p/2034434
As a test I have created a simple pipeline with a single activity named "wait11" and changed it to "wait111" (first it was named "wait1")
In my use case, I have successfully created the "builld" pipeline producing the artifact:
But the published artifact doesn't have the changes, see the "published" artifact:
And the change isn't being published to live.
- What am I missing, what is the difference between "Consumed" to "Published" artifacts.
- How can I see the artifact being published to live.