ephraimbuddy commented on code in PR #37058:
URL: https://github.com/apache/airflow/pull/37058#discussion_r1470785477
##########
airflow/config_templates/config.yml:
##########
@@ -375,6 +375,32 @@ 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. -1 means
always store in the
+ database. 0 means always store in object storage. Any positive
number means store in
Review Comment:
```suggestion
database. 0 means always store in object storage. Any positive
number means
```
--
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]