How to use values from Data Source as parameter to other Data Source

Copper Contributor

I have two linked services:

 

1. A SQL database

2. A Rest API.

 

I'm retrieving data from SQL to my Staging area incrementally. This is no problem. However, for retrieving information from the Rest API I need values from the records I just moved to the staging area.  So let's say I get product data from SQL and the Rest API gives me additional info for these products from an external system. So I need to call the Rest API multiple times with as parameter each of the product ID's I've just imported.

What is the most efficient way to this in ADF?. So in the way ADF was intended to be used.

 

Thanks for any tips.

0 Replies