Azure / Azure/Azure-DataFactory
dataflow source adls gen2 is repeating path
Open
- Dominant language
- PowerShell
- Stars
- 529
- Forks
- 623
- PR merge metrics
- No merged PRs in 30d
Description
I have a dataflow that loads multiple files into Synapse. There is an option of moving these files once the load is done. The issue is the target `To` path is getting repeated:
Here my dataflow:

Source path: `container/folder1/folder2/initial/`
Expected path: `container/folder1/folder2/archive/`
Path where the files are being moved: `container/folder1/folder2/archive/folder1/folder2/initial/`
What am I missing? Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.