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

Error when ForEach or other ControlActivity expression evaluates to an unexpected type is not clear #103

Closed arjendev closed 4 months ago

arjendev commented 6 months ago

Whenever a ControlActivities expression is not evaluating to an array (for ForEach, Until etc..), the error is very unclear.

The error shown would be a DataFactoryElementEvaluationError exception with a nested exception that would indicate: TypeError: string indices must be integers, not 'str'. Ideally the exception would be: ForEachExpressionObjectEvaluatedNotToAnArrayError or something more catchy.