kaxil commented on a change in pull request #8560:
URL: https://github.com/apache/airflow/pull/8560#discussion_r415874168
##########
File path: airflow/config_templates/default_airflow.cfg
##########
@@ -208,6 +208,10 @@ max_num_rendered_ti_fields_per_task = 30
# On each dagrun check against defined SLAs
check_slas = True
+# Path to custom XCom class that will be used to store and resolve operators
results
+# Example: xcom_class = path.to.CustomXCom
+xcom_class = airflow.models.xcom.BaseXCom
Review comment:
How about `xcom_backend` similar to our `secrets_backend` or
`lineage_backend` just for consistency?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]