[
https://issues.apache.org/jira/browse/AIRFLOW-2925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Iuliia Volkova updated AIRFLOW-2925:
------------------------------------
Attachment: Screen Shot 2018-10-23 at 1.40.43 PM.png
> gcp dataflow hook doesn't show traceback
> ----------------------------------------
>
> Key: AIRFLOW-2925
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2925
> Project: Apache Airflow
> Issue Type: Bug
> Affects Versions: 1.10.0
> Reporter: jack
> Priority: Major
> Labels: easyfix
> Attachments: Screen Shot 2018-10-23 at 1.40.43 PM.png
>
>
> The gcp_dataflow_hook.py has:
>
> {code:java}
> if self._proc.returncode is not 0:
> raise Exception("DataFlow failed with return code
> {}".format(self._proc.returncode))
> {code}
>
> This does not show the full trace of the error which makes it harder to
> understand the problem.
> [https://github.com/apache/incubator-airflow/blob/master/airflow/contrib/hooks/gcp_dataflow_hook.py#L171]
>
>
> reported on gitter by Oscar Carlsson
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)