data-factory-testing-framework icon indicating copy to clipboard operation
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.

Results 25 data-factory-testing-framework issues
Sort by recently updated
recently updated
newest added

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...

dependencies

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...

It seems like the foreach item() should be available to child activities of child activities. Investigate and introduce fix for scoping mechanism.

ADF only supports specific data types for what we call `RunParameter` and `PipelineRunVariable`. We support python primitives that map to the data factory types. For `RunParameters` this should be: *...

enhancement
good first issue

If expression the expression language contains whitespaces at the end of an expression, in some cases, the lark parsing breaks. For example, `@item.month ` (WS as the end) causes an...

expression-evaluation

Fabric's git integration and workspace flow is still evolving. We need to add some guideance for setup and link potential Microsoft docs to enable the user to understand the workflow...

documentation
good first issue

Hi, [project descriptions](https://github.com/microsoft/data-factory-testing-framework?tab=readme-ov-file#data-factory---testing-framework) says: > A stand-alone test framework that allows to write unit tests for Data Factory pipelines on [Microsoft Fabric](https://learn.microsoft.com/en-us/fabric/data-factory/) and [Azure Data Factory](https://learn.microsoft.com/en-us/azure/data-factory/concepts-pipelines-activities?tabs=data-factory). Are you thinking about...

**Goal**: Get acquainted with the framework, test it and provide feedback. **Success criteria:** - Test the framework with the examples provided in the repo. - Get acquainted with the code...

documentation

**Goal:** Create Fabric pipelines to use as examples in the repo **Success criteria:** [ ] Create Fabric pipelines with typical activities to be used as examples in the repo

enhancement

**Goal:** investigate PyPi package publication through Microsoft organization. **Success criteria:** [ ] Find documentation and guidelines to publish the PyPi package to Microsoft organization [ ] Define next steps based...