Share via

Does Rest API activity exist in Synapse Analytics activity?

Gabe 1 Reputation point
2023-10-23T17:06:02.03+00:00

I am trying to download or copy a file from a vendor api the file is in json format. Is there an activity synapse analytics to use. I know in adf we have REST activity. Do we have similar in synapse analytics to use.

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.


1 answer

Sort by: Most helpful
  1. Bhargava-MSFT 31,361 Reputation points Microsoft Employee Moderator
    2023-10-23T21:33:45.8433333+00:00

    Hello Gabe,

    Welcome to the Microsoft Q&A forum.

    You can use the Copy Activity in Azure Synapse Analytics to copy data from an HTTP endpoint.

    The Copy Activity in Azure Synapse Analytics supports copying data from REST API. You can use the REST connector to copy data from a REST endpoint.

    Please follow the below Microsoft document.

    https://learn.microsoft.com/en-us/azure/data-factory/connector-rest?tabs=data-factory

    You can also use web activity in Synapse to download or copy a file.

    Web Activity can be used to call a custom REST endpoint from Synapse pipeline. You can pass datasets and linked services to be consumed and accessed by the activity.

    https://learn.microsoft.com/en-us/azure/data-factory/control-flow-web-activity

    I hope this helps. Please let me know if you have any further questions.

    Was this answer helpful?

    0 comments No comments

Your answer

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