Why does JSONDecodeError occur when getting string from XCOM?
In a task, I serialise a dict (converting a dict to string) and I pushed it to XCOM result[data] = json.dumps({"agents": ["[email protected]"], "houses": ["[email protected]"]}) In Airflow's UI it looks good as a string, and the DAG level, I get in…