Azure / Azure/Azure-DataFactory
Empty flowlet parameters corrupt dataflow
- Dominant language
- PowerShell
- Stars
- 529
- Forks
- 623
- PR merge metrics
- No merged PRs in 30d
Description
While developing data flows I would sometimes commit my changes, and come back later only to find out that the dataflow is completely broken and missing a bunch of the steps I put onto it. After investigating a bit I found that this was because I had a flowlet in my dataflow which I did not yet fill out the parameters for yet.
Before refresh with empty flowlet parameters:

After commit and refresh with empty flowlet parameters:

Contributor guide
Assessment
This issue has not been assessed yet.