You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Raman Nanda (Jira)" <ji...@apache.org> on 2019/09/13 14:05:00 UTC

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

Raman Nanda created AIRFLOW-5478:
------------------------------------

             Summary: 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.5, 1.10.4, 1.10.3
            Reporter: Raman Nanda


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.2#803003)