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 2020/12/08 13:42:59 UTC

[GitHub] [airflow] kk17 commented on issue #10954: Serialized Dags with MySQL Latin1 encoded airflow db

kk17 commented on issue #10954:
URL: https://github.com/apache/airflow/issues/10954#issuecomment-740626687


   I had the same issue. Just add this task into a DAG will reproduce the problem.
   ```python
   t1 = BashOperator(
       task_id='print',
       bash_command='echo 你好',
       dag=dag,
   )
   ```


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