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
88 stars 20 forks source link

fix: evaluate expression from root #67

Closed LeonardHd closed 9 months ago

LeonardHd commented 9 months ago

Refactors the evaluation of expressions to allow evaluation from root to leaves.

Fixes #66

LeonardHd commented 9 months ago

Few minor comments outstanding

Addressed the outstanding issues :+1: