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.
Blob path ends with : /model.json (Should be)
Blob path ends with : \model.json (Should not be)
Hi Anvesh,
I too am attempting to get this to work but stuck on the Trigger failing. However I am able to get this to work if I hard code both the Container and the File info. You could test the same way I am which is to try is to test the hardcoded values for the container and the file in place of the two parameters in the trigger run parameters. In the document it is not clear what\which Model.Json should be used. The model.json file at the root container or the file within the incremental folder...
So check the container if you are only seeing a single folder then you have not setup the incremental option (which is quite the hack, you need to change the URL with a Query String Param when setting up/using the Azure Data Link (its right at the list of Tables you wish to Sync to data link). So if you missed the ADVANCED drop down you will end up with a different folder structure than the article expects.
Also check that you have Published everything.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156