I'm working on to set up Azure Synapse pipline template DataverseToSQL. I am following the Microsoft documentation: https://docs.microsoft.com/en-us/power-apps/maker/data-platform/azure-synapse-link-pipelines and there's seems to be an issue with step 4 on Blob path ends with: /model.json . I'm getting 0 files matched in my blob. Instead of Blob path ends with, i have added model.json in blob path begins with and it showed model.json in below window. Issue with Blob path ends with.
Is this supposed to be like this ?
Issue 2 : Observed pipeline is triggered every one hour and each individual pipeline is running more than 15 hrs. I'm thinking the above pipeline loads entire data instead of incremental data. Is there any setting in the pipeline to take only incremental/delta changes to process.
We have more than 10 million records in one entity.
Can you please help me to resolve above two issues.