You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airflow.apache.org by Michel Goldstein <mi...@gmail.com> on 2018/11/28 06:44:43 UTC

Error updating xcom value using the webserver tool

Hi,

I'm seeing an issue updating the xcom value using the "Admin" tool in the
webserver. I can read all values without a problem, but when I try to edit
or create a value it fails with:

Failed to create record. can't escape unicode to binary

I'm running Airflow 1.10.0, postgresql and have pickling enabled for our
values (because it's an instance that we migrated from 1.8 and all
xcom values were pickled).

Trying to follow through the stack trace (mostly from flask to sqlalchemy),
it seems like it never calls the "set" logic in models.py, which is the one
that transforms the data into binary. Is there some configuration that I'm
missing somewhere?

Thank you,
Michel