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:03:58 UTC

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

Chris Riccomini created AIRFLOW-704:
---------------------------------------

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