microsoft / data-factory-testing-framework

A stand-alone test framework that allows to write unit tests for Data Factory pipelines on Microsoft Fabric, Azure Data Factory and Azure Synapse Analytics.
MIT License
76 stars 17 forks source link

Explore and test framework - 3 #25

Closed ydaponte closed 7 months ago

ydaponte commented 11 months ago

Parent Task: #22 Goal: Get acquainted with the framework, test it and provide feedback.

Success criteria:

LiliamLeme commented 10 months ago

Feedback:

from this part: Evaluate expressions -> https://github.com/microsoft/azure-data-factory-testing-framework

I try to read all the expressions and then matches if the values are correct.

I try to follow this documentation here: https://learn.microsoft.com/en-us/azure/data-factory/control-flow-expression-language-functions and test some patterns by reading the json and filtering per value.

As during all discussion, I understand that is not really the goal of this recommendations from readme. The feedback it is for me is a unclear how to proceed at this part.