You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/01/02 10:47:19 UTC

[GitHub] [airflow] turbaszek commented on issue #13414: DAG raises error when passing non serializable JSON object via trigger

turbaszek commented on issue #13414:
URL: https://github.com/apache/airflow/issues/13414#issuecomment-753458492


   Interesting, I think that in general we always assumed that `conf` will be JSON serialisable as it's usually passed via UI/API but the `TriggerDagRunOperator` is something different. Additionally the `conf` column of `DagRun` is `PickleType` and I thought that we abandoned pickling? CC @kaxil


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org