[
https://issues.apache.org/jira/browse/AIRFLOW-5478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kamil Bregula resolved AIRFLOW-5478.
------------------------------------
Resolution: Fixed
> Decode PythonVirtualenvOperator Output to Logs
> ----------------------------------------------
>
> Key: AIRFLOW-5478
> URL: https://issues.apache.org/jira/browse/AIRFLOW-5478
> Project: Apache Airflow
> Issue Type: Improvement
> Components: operators
> Affects Versions: 1.10.3, 1.10.4, 1.10.5
> Reporter: Raman Nanda
> Priority: Minor
>
> Currently the PythonVirtualenvOperator's subprocess output does not decode
> the data received to UTF-8 so that it easily readable within Airflow's Logs
>
> My hope a simple change to include ".decode('utf-8')" in the
> subprocess.check_output command will be enough
--
This message was sent by Atlassian Jira
(v8.3.4#803005)