ADF unit test

Yang Chowmun 411 Reputation points
2021-09-13T02:21:34.407+00:00

Is there any python version reference for azure data factory unit test?
So far I only found one uisng .NET https://richardswinbank.net/adf/set_up_automated_testing_for_azure_data_factory

Any suggestion will be greatly appreciate.

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

Accepted answer
  1. MartinJaffer-MSFT 26,011 Reputation points
    2021-09-13T17:55:39.167+00:00

    Hello @Yang Chowmun and welcome to Microsoft Q&A.

    After reading the blog entry you linked, I can summarize it as:

    Using an API to create a pipeline run, and then check whether the pipeline run results return succeeded or failed.

    This can be done in any of the SDK languages. Python is one of them. This is effectively programmatic monitoring on a test environment.

    There is a quickstart which includes the necessary python calls.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. PingpongSet 36 Reputation points
    2022-02-21T14:32:49.657+00:00

    Hi @MartinJaffer-MSFT

    Based on what you said in your previous message quoted below, it is not unit tests, but belongs to other tests. Please clarify on this.

    Using an API to create a pipeline run, and then check whether the pipeline run results return succeeded or failed.