potiuk commented on issue #18133: URL: https://github.com/apache/airflow/issues/18133#issuecomment-916787541
Just started to answer when @uranusjr did :) ,. so to repeat - as a solution for now you need to set the encoding properly via LANG* variables in your environment (for all components): https://stackoverflow.com/questions/2276200/changing-default-encoding-of-python Airflow will use default encoding from the system. We are working on hard-conding utf8 for other parts #17965 - this might be a nice one to add also for parsing the files. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
