Hi,
I am working to copy data from Azure Synapse link to Az SQL. I have data in the datalake including model.json.
I am using the ADF template as suggested on this page tutorial
https://learn.microsoft.com/en-us/power-apps/maker/data-platform/azure-synapse-link-pipelines?tabs=data-factory
I am facing an issue while creating the trigger for storage event.
The page tutorial is asking to put "/model.json" in the field called Blob Path ends with
However, when I do that, on the next page, I am not getting any matching Blob
I tried putting "model.json" instead of "/model.json"
It matched "model.json" but it shows all other model.json for other entities and I am unable to unselect that. I only want trigger for any change in model.json
I went ahead and created trigger with all these model.json files as it included my "model.json" too. Trigger was created but it threw error
ErrorCode=UserErrorFileNotFound,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=ADLS Gen2 operation failed for: Operation returned an invalid status code 'NotFound'. Account: ''. FileSystem: '. Path: 'Microsoft.Athena.TrickleFeedService/model.json'. ErrorCode: 'PathNotFound'. Message: 'The specified path does not exist.'.
Could you advise how can I just select my model.json and not select the entity based files. As mentioned I tried using /model.json but it matched no Blob for trigger