uranusjr commented on code in PR #37058:
URL: https://github.com/apache/airflow/pull/37058#discussion_r1472722713


##########
airflow/config_templates/config.yml:
##########
@@ -375,6 +375,32 @@ core:
       type: string
       example: "path.to.CustomXCom"
       default: "airflow.models.xcom.BaseXCom"
+    xcom_objectstorage_path:

Review Comment:
   The closest precedent we have is probably executors? We can create a new 
config section `[objectstorage_xcom]` that allows setting configs specific to 
the XCom backend. Although the section would be injected by a provider in the 
executor’s case, while we don’t have an equivalent here.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to