microsoft / data-factory-testing-framework

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

Expression tree should not be evaluated if logical operator already satisfies #66

Closed LeonardHd closed 5 months ago

LeonardHd commented 5 months ago

Example should only evaluate left hand side if lateUpdatedDatalake is '': @or(equals(item().lastUpdatedDatalake,''),greaterOrEquals(item().lastUpdatedSourceSystem,addSeconds(item().lastUpdatedDatalake,-1)))