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

fix: support fabrics future method of referencing other pipelines #79

Closed arjendev closed 4 months ago

arjendev commented 5 months ago

Soon, the pipelines of fabric will be referenced by logicalId. As it is currently impossible to reference pipelines at all using the json definitions, we can already get this change in.

LeonardHd commented 5 months ago

@arjendev can't we use logical id? What where your considerations of using id_. Feel like pipeline_id or logical_id would be more fitting and 'feel' more human user friendly?