I have 3 airflow jobs each with different tasks; airflow job_1 has task1 and 2, job_2 with task3 and job_3 with task4. Which would be the best way to connect the jobs in that order? I noticed data pipeline doesn't have a provision for an airflow job activity (or something like that).