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
92 stars 21 forks source link

Configure read-only properties on the pipeline class #122

Open arjendev opened 3 months ago

arjendev commented 3 months ago

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.