Unit & Integration Testing Options for Azure Data Factory v2

Frank Garofalo 31 Reputation points Microsoft Employee
2020-07-14T18:21:22.133+00:00

What are my options for Azure Data Factory v2 Unit & integration testing when using the CI/CD lifecycle: https://learn.microsoft.com/en-us/azure/data-factory/continuous-integration-deployment#cicd-lifecycle for ADF with Azure DevOps? Is there an option for a client side tool for ADF inside of Visual Studio or VS Code where I can then build out testing options?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,525 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,946 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. HarithaMaddi-MSFT 10,126 Reputation points
    2020-07-15T07:47:30.26+00:00

    Hi @FrankGarofalo-0068,

    Welcome to the Microsoft Q&A platform.

    Unfortunately, this is not currently supported. Please upvote on the feedback forum for this idea. All the feedback you share, is closely monitored by the Data Factory Product team and implemented in future releases.

    Also, I would suggest to keep an eye on Azure updates. Azure updates provide information about important Azure product updates, roadmap, and announcements.

    1 person found this answer helpful.

  2. Richard Swinbank 46 Reputation points
    2020-10-01T13:00:11.363+00:00

    I took an approach to this using NUnit to build tests which can be run in an Azure DevOps pipeline - there are some blog posts starting here if that helps.

    0 comments No comments