Skip to content
v0.4.2 Release

This version includes an import fix for DbtSeedOperator when running
with do_xcom_push=True. The command was returning an agate.table.Table
object that is not JSON serializable, so the task would fail. We now
produce a dictionary of column names and types instea of the table
object.

There is also some minor clean up work done.