[
https://issues.apache.org/jira/browse/AIRFLOW-704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15754920#comment-15754920
]
ASF subversion and git services commented on AIRFLOW-704:
---------------------------------------------------------
Commit 0be87d5c4898770ecf5891cbcde91a0fc18ef641 in incubator-airflow's branch
refs/heads/master from [~criccomini]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=0be87d5 ]
[AIRFLOW-704][AIRFLOW-1] Fix invalid syntax in BQ hook
Closes #1947 from criccomini/AIRFLOW-704
> 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
> Assignee: 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)