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
Example should only evaluate left hand side if lateUpdatedDatalake is '':
@or(equals(item().lastUpdatedDatalake,''),greaterOrEquals(item().lastUpdatedSourceSystem,addSeconds(item().lastUpdatedDatalake,-1)))
Example should only evaluate left hand side if lateUpdatedDatalake is '': @or(equals(item().lastUpdatedDatalake,''),greaterOrEquals(item().lastUpdatedSourceSystem,addSeconds(item().lastUpdatedDatalake,-1)))