This is a dedicated watch page for a single video.
A data engineer creates a task named filter_countries with no dependency. After some days, the data engineer edits the job to add another task named get_capitals which is dependent on the filter_countries task. After a week, the data engineer creates another task named get_currencies which is also dependent on the filter_countries task. Which of the following job flows is correct for the above scenario?