astronomer.providers.google.cloud.xcom_backends.gcs¶
Classes¶
The GCS custom xcom backend is an xcom custom backend wrapper that handles serialization and deserialization |
Module Contents¶
- class astronomer.providers.google.cloud.xcom_backends.gcs.GCSXComBackend(context=None)[source]¶
Bases:
airflow.models.xcom.BaseXCom
The GCS 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.