You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kamil Bregula (Jira)" <ji...@apache.org> on 2020/01/04 18:23:00 UTC

[jira] [Resolved] (AIRFLOW-5478) Decode PythonVirtualenvOperator Output to Logs

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