gbrueckl / Azure.DataFactory.LocalEnvironment

This code allows you to load any existing Azure Data Factory project file (*.dfproj) and perform further actions like "Export to ARM Template" or to debug custom C# activities
MIT License
26 stars 18 forks source link

V2 support #13

Open gentledepp opened 2 years ago

gentledepp commented 2 years ago

Hello!

It seems the custom activity interface has changed substantially in data factory: https://github.com/Azure/Azure-DataFactory/tree/main/SamplesV1/ADFv2CustomActivitySample

Do I still need this library? Or is there something else we devs can use to debug?

Thanks!

gbrueckl commented 2 years ago

well, custom activities in ADF v2 is basically just calling an executable which you can easily develop offline anyway the parameterization is of course another topic - but I had not had any time yet to look into this