Forum Discussion
Vucko
Advocate II
4 years agoDataflows - linked entities chain design
Hi, I have a question related to dataflows and linked entities and how to best design the scenario I have. I have 3 different data sources. For each of them, I have 3 different dataflows to ing...
collinq
Super User
4 years agoHi Vucko ,
This seems to me like a timing issue. I would schedule each of the initial 3 dataflows to run sequentially and then schedule the 4th one (the one that puts them together) and then finally the 5th dataflow. You will have to check the run times of each and make sure that you are keeping them all sequential.
Vucko
Advocate II
4 years agoIf I start refreshing any of the ingestion dataflows, the transformation and consumption dataflows get refreshed automatically as well as per the linked entities functionality.
So there's no way how to trigger refresh of the transformation dataflow that would refresh all 3 ingestion dataflows at the same time without doing it sequentially?