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

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

Closed LeonardHd closed 9 months ago

LeonardHd commented 9 months ago

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