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.
Create and describe steps for PR creation for the repo.
Goal: create clarity on the ReadMe on expression validation Success Criteria: [ ] Add in the README the assumption that the json file is valid [ ] Add note on...
Some properties like `variables` are not supposed to be updated externally. Update this field and check if there are other fields that should be properties in the codebase.
Support `trigger` and `triggerBody` variables: https://learn.microsoft.com/en-us/azure/data-factory/control-flow-system-variables#schedule-trigger-scope
Hi there 👋, I would love to mock the implementation of the `utcNow()` function to make my tests deterministic. Reading the docs, it should be possible via [`FunctionRepository.register`](https://github.com/microsoft/data-factory-testing-framework/blob/main/docs/advanced/overriding_expression_functions.md). However, I...
The activity iterator does not handle events in the same order that I would expect it to. In the following scenario: With activities within the Until loop as below: The...
The framework handles skipped activities differently than the actual Fabric environment. In Fabric, attempting to access the status of a skipped activity (`activity('Notebook').status`) causes the expression to break. However, the...