astronomer.providers.amazon.aws.xcom_backends.s3¶
Classes¶
The S3 custom xcom backend is an xcom custom backend wrapper that handles |
Module Contents¶
- class astronomer.providers.amazon.aws.xcom_backends.s3.S3XComBackend(context=None)[source]¶
Bases:
airflow.models.xcom.BaseXCom
The S3 custom xcom backend is an xcom custom backend wrapper that handles serialization and deserialization of common data types. This overrides the
TaskInstance.XCom
object with this wrapper.