v0.4.1 Release This version includes full support for JSON cross-communication (XCOM) between Airflow tasks. JSON is the default backend, but custom XCOM backend support may be added in subclasses. The way it works is by turning dbt's RunExecutionResult objects into Python dictionaries, using dataclass.isdict, and casting non JSON-serializable types into strings.