Handle the Dataflow Chain
Handle the dataflow chain¶
Every relation in the SQL is picked up by the tool, and connected together to show the whole dataflow chain. Sometimes, we only need to see the end to end relation and ignore all the intermediate relations.
If we need to convert a fully chained dataflow to an end to end dataflow, we may consider the following rules:
- A single dataflow chain with the mixed relation types: fdd and fdr.
1 | |
fdr relation appears in the chain, the relation from A -> D will be consider as type of fdr, otherwise, the final relation is fdd for the end to end relation of A -> D.
2. If there are multiple chains from A -> D
1 2 3 | |
fdd chain if any.