As seen in T414953, the refine Airflow DAGs generate large (as in multiple MBs) XCOM values that are stored in database. When leaf tasks in that DAGs run, they all pull the XCOM value generated by the root task, which causes a high amount of traffic between the scheduler and the database.
We want to configure airflow to store large XCOM values in S3 instead of the database, to ensure that these values are stored out of the database, to alleviate this particular issue.
While the issue specific to refine is being worked on in T414953, this would act as a safety net for all Airflow instances as well.








