Background: I am working my way through an exercise where I use a dataflow in Azure Synapse Studio to transform data inside a Azure Synapse SQL pool.
Here is the exercise: https://docs.microsoft.com/en-gb/learn/modules/populate-slowly-changing-dimensions-azure-synapse-analytics-pipelines/4-exercise-design-implement-type-1-dimension
I have gotten all the way though the exercise to the last part - testing. The data preview shows the correct data:
but after I trigger the pipeline, wait for it to run & refresh the database, I get no output from the pipeline:
and no data in the DimCustomer
table:
I have run a test on the connection and it come back fine.
Any assistance would be great! I hope/suspect I am missing something obvious.
My current guess is that the issue is between the sink and the pipeline outcome.