I want to know whether incremental load is possible in case where the source data set is Azure SQL database and sink is REST API.

surjyamani boxi 0 Reputation points
2025-06-30T08:24:38.3333333+00:00

Hi Team,

Does ADF/Azure Synapse pipline support incremental load from Azure SQL Database to REST API ? If yes, Would be very helpful if you could please provide the documentation/ solution.

Regards,

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,380 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Nandan Hegde 36,156 Reputation points MVP Volunteer Moderator
    2025-06-30T09:13:37.77+00:00

    Unfortunately, based on my understanding REST API is not supported as a sink in ADF copy activity but only as a source.

    So natively it is not possible.

    You can use lookup activity to get data from Azure SQL database and via web activity trigger the API.

    Bute note : there are limitations across Lookup activity and web activity


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.