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 2022/12/20 15:27:35 UTC

[GitHub] [airflow] Taragolis commented on issue #28492: TypeError: Object of type DataflowTemplatedJobStartOperator is not JSON serializable

Taragolis commented on issue #28492:
URL: https://github.com/apache/airflow/issues/28492#issuecomment-1359564322

   In general you can not use in return of task flow operators non-json serialisable object especially return another operator.
   
   But there is nice section exists in documentation how to use [Mapping with non-TaskFlow operators](https://airflow.apache.org/docs/apache-airflow/stable/concepts/dynamic-task-mapping.html#mapping-with-non-taskflow-operators)
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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