Hi,
Is it possible to pass data between DAGs using XCOM? I tried using Xcom by specifying Dag I’d, task id and key, but the value is coming as None in other DAG. I am manually running second Dag after first completes. What is the right way to pass data between DAGs?