A data engineer initially creates a task named `filter_countries` with no dependencies. Later, they add a task named `get_capitals` that depends on `filter_countries`. After another week, a task named `get_currencies` is added, also dependent on `filter_countries`. Which of the following correctly represents the job flow in this scenario? | Databricks Certified Data Engineer - Professional Quiz - LeetQuiz