You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/10/17 15:52:58 UTC

[jira] [Commented] (AIRFLOW-577) BigQuery Hook failure message too opaque

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

ASF subversion and git services commented on AIRFLOW-577:
---------------------------------------------------------

Commit 0235d59d052524d0d773e07b13867691223f9904 in incubator-airflow's branch refs/heads/master from [~waltherg]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=0235d59 ]

[AIRFLOW-577] Output BigQuery job for improved debugging

Closes #1838 from waltherg/fix/bq_error_message


> BigQuery Hook failure message too opaque
> ----------------------------------------
>
>                 Key: AIRFLOW-577
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-577
>             Project: Apache Airflow
>          Issue Type: Bug
>            Reporter: Georg Walther
>             Fix For: Airflow 1.8
>
>
> The BigQuery service returns routinely opaque error messages such as "Too many errors ..." - the Airflow BigQuery hook returns this opaque error message by accessing the respective keys in the job dictionary:
> "job['status']['errorResult']"
> When debugging BigQuery issues in Airflow we routinely need to try and step into the BigQuery hook to inspect the job dictionary for further hints at what caused the error. Therefore it would help to output the BigQuery hook job dictionary in the first place.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)