[ 
https://issues.apache.org/jira/browse/AIRFLOW-2925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16660422#comment-16660422
 ] 

Iuliia Volkova edited comment on AIRFLOW-2925 at 10/23/18 10:44 AM:
--------------------------------------------------------------------

[~jackjack10] What do you mean? It shows the full log in the task log. This is 
example of output from the real project: 
https://issues.apache.org/jira/secure/attachment/12945193/Screen%20Shot%202018-10-23%20at%201.40.43%20PM.png
  what wrong this it?  The statement from the issue "This does not show the 
full trace of the error which makes it harder to understand the problem." Is 
incorrect. You see full traceback in the interface.


was (Author: xnuinside):
[~jackjack10] What do you mean? It shows the full log in the task log. This is 
example of output from the real project:  !Screen Shot 2018-10-23 at 1.40.43 
PM.png!  what wrong this it?  The statement from the issue "This does not show 
the full trace of the error which makes it harder to understand the problem." 
Is incorrect. You see full traceback in the interface.

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

Reply via email to