https://stackoverflow.com/questions/45271532/in-airflow-is-there-a-good-way-to-call-another-dags-task In airflow, is there a good way to call another dag's task? I've got dag_prime and dag_tertiary. dag_prime: Scans through a directory and intends to call dag_tertiary on each one. Currently a PythonOperator. dag_tertiary: Scans through the directory p... stackoverflow.com