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


##########
airflow/config_templates/config.yml:
##########
@@ -375,6 +375,21 @@ core:
       type: string
       example: "path.to.CustomXCom"
       default: "airflow.models.xcom.BaseXCom"
+    xcom_objectstorage_path:
+      description: |
+        Path to a location on object storage where XComs can be stored in url 
format.
+      version_added: 2.9.0
+      type: string
+      example: "s3://conn_id@bucket/path"
+      default: ""
+    xcom_objectstorage_threshold:
+      description: |
+          Threshold in bytes for storing XComs in object storage.

Review Comment:
   Then it's even more sign that it deserves spelling out expliciltly what it 
does.



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