You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Chris Riccomini (JIRA)" <ji...@apache.org> on 2016/12/16 16:05:58 UTC

[jira] [Commented] (AIRFLOW-704) Invalid syntax in BigQuery Hook

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

Chris Riccomini commented on AIRFLOW-704:
-----------------------------------------

https://github.com/apache/incubator-airflow/pull/1947

> Invalid syntax in BigQuery Hook
> -------------------------------
>
>                 Key: AIRFLOW-704
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-704
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: gcp
>            Reporter: Chris Riccomini
>
> DI-667 introduced an invalid syntax error in its try/catch block. It's using {{HttpError, err}}. The comma is invalid, and in Python 3 it causes a hard failure. Should be using {{as}}.



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