Hi
In Ch2_W4-Orchestration in the “Example on Branching in Airflow” reading material,
I think there’s an error in the lines:
34 and 38:
str(ti.xcom_pull(key=‘ratio_us’, task_ids=‘extract_data’)))
Since here we’re using taskflow API it should be as in line 27:
(ti.xcom_pull(task_ids=‘extract_from_api’)