When there are multiple xcom values per Airflow task being returned, it isn't possible to differentiate between them because the only dimensions on the xcom gauge are the dag_id and task_id. I propose that a key_name dimension, or something similar, be added to the xcom gauges.
When there are multiple xcom values per Airflow task being returned, it isn't possible to differentiate between them because the only dimensions on the xcom gauge are the dag_id and task_id. I propose that a
key_name
dimension, or something similar, be added to the xcom gauges.