how to create a custom connector in azure data factory?

Rupasinghe D.M.H.M 1 Reputation point
2022-05-10T02:52:21.287+00:00

i need to make a custom connector in azure data factory which can fetch and copy data from resources(ex ;myob).

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,625 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ShaikMaheer-MSFT 38,546 Reputation points Microsoft Employee Moderator
    2022-05-10T17:10:05.937+00:00

    Hi @Rupasinghe D.M.H.M ,

    Thank you for posting query in Microsoft Q&A Platform.

    As per my understanding your looking for having Data movement or Data tranfermation implemented from resources to which connectors are in not available. Please correct me if I am wrong.

    Creating completely a new connector is not possible in ADF. You Should consider using custom activity for this purpose.

    To move data to/from a data store that the ADF service does not support, or to transform/process data in a way that isn't supported by the ADF service, you can create a Custom activity with your own data movement or transformation logic and use the activity in a pipeline. The custom activity runs your customized code logic on an Azure Batch pool of virtual machines.

    Please check this link to know more details about custom activity.

    Hope this helps. Please let us know if any further queries. Thank you.

    ---------------

    Please consider hitting Accept Answer button. Accepted answers help community as well.


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.