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/11/10 16:51:46 UTC

[GitHub] [airflow] dstandish edited a comment on issue #19519: datetime in parameters cause "TypeError: Object of type set is not JSON serializable"

dstandish edited a comment on issue #19519:
URL: https://github.com/apache/airflow/issues/19519#issuecomment-965538417


   ```
   @dag.task(params={"a": {1, 2, 3}, "b": datetime.now()})
   def datetime_param(value):
       print(value)
   
   datetime_param("{{ params.a }} | {{ params.b }}")
   ```
   
   could not repro with this task


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