You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/12/19 03:23:58 UTC

[GitHub] [airflow] turbaszek commented on pull request #13138: Fix insert_all in bigquery hook

turbaszek commented on pull request #13138:
URL: https://github.com/apache/airflow/pull/13138#issuecomment-748411983


   I'm afraid that the problem is slightly different: we do not pin bigquery python library version. The operators should use version under 2.0.0, which has different logic:
   https://github.com/googleapis/python-bigquery/blob/v1.28.0/google/cloud/bigquery/client.py
   
   I know there are some plans to update all google operators to support 2.0.0 versions but for time being I would usggest pinning bigquery to 1.28.0.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org