Hi @Pedro Fiadeiro ,
Thankyou for using Microsoft Q&A platform and posting your query.
As per my understanding about your query, it looks like you are trying to fetch data from API and load it into Az SQL table using HTTP (.csv connector) dataset as source in Copy activity . The pipeline was untouched but all of a sudden started giving different result than expected- No rows getting copied. Please let me know if my understanding has any gap.
I tried to reproduce your scenario and found out that there are two things that got changed probably from the Source API side:
- API got changed to a secured one , leading us to change http to
https
in the Base URL of linked service. - The relative URL which you are trying to hit is no longed present in the API. Try updating relative URL to
NM_1_1.data.csv?geography=2038432081
Here is a short video describing it's working when I made the needed changes:
Hope this will help. Please let us know if any further queries.
------------------------------
- Please don't forget to click on or upvote button whenever the information provided helps you.
Original posters help the community find answers faster by identifying the correct answer. Here is how - Want a reminder to come back and check responses? Here is how to subscribe to a notification
- If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators