how to use azure-sdk-for-java to set mappings for azure data factory

Ding Ding 1 Reputation point Microsoft Employee
2022-12-21T01:11:35.203+00:00

Could you provide an example about how to config the mapping with azure-sdk-for-java api.

I found there is withTranslator api in CopyActivity class which supposed used to set the column mapping from src to sink. However I tried several way including create a TabularTranslator class and set mapping, also tried create a Jacksonized customizedTranslator class which has JsonProperty("columnMappings"), none of them works.

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

1 answer

Sort by: Most helpful
  1. KranthiPakala-MSFT 46,642 Reputation points Microsoft Employee Moderator
    2022-12-21T22:47:54.687+00:00

    Hello @Ding Ding ,

    Thanks for the question and using MS Q&A platform.

    Azure SDK related queries are directly handled by our dedicated SDK team in GitHub repository here: https://github.com/Azure/azure-sdk-for-java/issues
    For better assistance on SDK related queries, please open an issue in the above repository with your quires and one of engineer will assist you accordingly.

    Ref doc: Get help and connect with the SDK team

    273009-image.png

    Please do share the GitHub repository issue link here once it is posted so that other readers will get benefitted reading it.

    Hope this info helps.

    Thank you

    0 comments No comments

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.