Azure Pipeline Copy Rest Api to storage returning only 1 row
I have a pipeline built in azure synapse pipeline - that reads data from a rest API source and a target sink as blob storage. the pipeline was working fine with and without pagination till now. But since a while it has been returning only 1 row regardless of how the base URL is changed to.
I have tried creating a new pipeline with the same linked service
i have tried creating a new linked service
i have tried running the pipeline for a different data point
only in fail, no matter what the rows returned are only 1.
i have tested the query on postman to confirm that it does actually have 8151 rows.
weirdly i tried another pipeline with a new linkedservice for a different restapi end point and that returns 10000 (offset) rows.
so is there something that i need to do to reset the first linked service and its call ? please help