GitHub user uranusjr added a comment to the discussion: bulk_sync_to_db got UnicodeDecodeError when Chinese characters in dag code
You probably need this: https://stackoverflow.com/a/27931669/1376863 Although explicitly using UTF-8 is probably a correct thing to do anyway. IIRC the source code read here is only used for UI display? Always using UTF-8 would be OK if that’s the case. GitHub link: https://github.com/apache/airflow/discussions/63175#discussioncomment-16050767 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
