How can one transfer data between tasks in Apache Airflow?
In airflow i have two task first task ignest 24×7 data from API and pass to second task. but in this case while my first task is running continuesly it doesn’t triggred second task right,so is there any possible solution