I’m using airflow 1.10.12
I have DAG A and DAG B. DAG A runs every 12 hours and DAG B is only triggered manually with a configuration JSON.
I know how to access the configuration JSON in DAG B, but is there a way to tell from DAG A if DAG B is running and it’s configuration JSON?