Forum Discussion
trivediasit
2 years agoRegular Visitor
Incremental update using dataflow gen2
https://learn.microsoft.com/en-us/fabric/data-factory/tutorial-setup-incremental-refresh-with-dataflows-gen2 I have gone through the above link and have a few questions: - What will happen in ca...
- 2 years ago
Hello trivediasit!
Thanks for your questions on this topic, let me adress those.
- If there is no incremental data the dataflow will still refresh fine but just not append any new data to the data destination.
- Failures can happen because of many reasons. The great thing is that with failures in the data pipeline you can setup yourself a way to notify or retry the data pipeline. Just link the activity to the failed output in data pipelines and define your own way of trouble shooting your pipeline. Module 3 - Automate and send notifications with Data Factory - Microsoft Fabric | Microsoft Learn
LuitwielerMSFT
2 years agoMicrosoft Employee
Hello trivediasit!
Thanks for your questions on this topic, let me adress those.
- If there is no incremental data the dataflow will still refresh fine but just not append any new data to the data destination.
- Failures can happen because of many reasons. The great thing is that with failures in the data pipeline you can setup yourself a way to notify or retry the data pipeline. Just link the activity to the failed output in data pipelines and define your own way of trouble shooting your pipeline. Module 3 - Automate and send notifications with Data Factory - Microsoft Fabric | Microsoft Learn