data-factory-testing-framework
data-factory-testing-framework copied to clipboard
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.
This PR fixes an issue where activity properties with `None` values were incorrectly included in the activity result dictionary, causing that no parameter not found errors are thrown when expressions...
We have scenarios where certain Activity outputs (like `status` as described in #162 ) are not present on the Activity Outputs. Currently neither functional tests nor activity tests can capture...
When an activity has two conditions, both are evaluated. However, in Fabric, isn't it the case that only one of the two DependencyConditions of a single activity needs to be...
Closes #153
Bumps [setuptools](https://github.com/pypa/setuptools) from 70.3.0 to 78.1.1. Changelog Sourced from setuptools's changelog. v78.1.1 Bugfixes More fully sanitized the filename in PackageIndex._download. (#4946) v78.1.0 Features Restore access to _get_vc_env with a warning....