Forum Discussion
How to parameterize output from Dataflow
- 10 months ago
Hello Anagoor,
It's a bit frustrating, I'm also experiencing that in Dataflow Gen2, the destination table (sink) can’t be parameterized, because it isn’t managed through Power Query M. You can only parameterize the source side.
Your failures come from trying to use one dataflow output for multiple tables with different schemas — schema mismatches will always break the run.
The recommended approaches are:
Use a Pipeline with a Notebook or Copy activity for dynamic routing and schema-aware loads, or
Create separate Dataflows Gen2 for each target schema.
Hope it can help you !
Best regards,
Antoine
Hello Anagoor,
It's a bit frustrating, I'm also experiencing that in Dataflow Gen2, the destination table (sink) can’t be parameterized, because it isn’t managed through Power Query M. You can only parameterize the source side.
Your failures come from trying to use one dataflow output for multiple tables with different schemas — schema mismatches will always break the run.
The recommended approaches are:
Use a Pipeline with a Notebook or Copy activity for dynamic routing and schema-aware loads, or
Create separate Dataflows Gen2 for each target schema.
Hope it can help you !
Best regards,
Antoine