Forum Discussion
Data Flow Gen2 Best Practices
- 1 year ago
Hi wojciech ,
Thanks for your response.
No, they don’t have to be combined into a single dataflow. You can still maintain separate staging and transformation layers, but the transformation dataflow must explicitly connect to the staging storage (Lakehouse/Warehouse).
Regards,
Yugandhar.
Thank you V-yubandi-msft ,
Would it mean that the downstream "transformation" dataflow should connect to a staging lakehouse/warehouse or staging and transformation queries must now be a part of a single dataflow?
Hi wojciech ,
Thanks for your response.
No, they don’t have to be combined into a single dataflow. You can still maintain separate staging and transformation layers, but the transformation dataflow must explicitly connect to the staging storage (Lakehouse/Warehouse).
Regards,
Yugandhar.
- wojciech1 year agoHelper II
Thanks, V-yubandi-msft ,
I did some testing yesterday, and it looks like with staging enabled - since it provisions a Lakehouse/Warehouse behind the scenes - you can implement incremental refresh end-to-end. First, you set the policies on the staging dataflow, and then set them again on the transformation dataflow.
Appreciate your response!