microsoft / data-factory-testing-framework

A stand-alone test framework that allows to write unit tests for Data Factory pipelines on Microsoft Fabric and Azure Data Factory.
MIT License
68 stars 15 forks source link

refactor!: introduce public api for package #73

Closed arjendev closed 5 months ago

arjendev commented 5 months ago

BREAKING CHANGE: This PR streamlines the package interface by exporting the classes that can be used publicly. It also changes the DataFactoryElement.value to DataFactoryElement.result, to better convey the meaning and prevent value.value weirdness.

arjendev commented 5 months ago

I think we're ready to get this one in. I have just reviewed the whole public interface and made sure our type annotations are as expected. Let's raise the minor version to at least indicate the breaking change.