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)