darwinyip opened a new issue #15113:
URL: https://github.com/apache/airflow/issues/15113


   **What happened**:
   
   `pandas-gbq` released version 
[0.15.0](https://github.com/pydata/pandas-gbq/releases/tag/0.15.0) which broke 
`apache-airflow-backport-providers-google==2020.11.23`
   
   ```
   
../lib/python3.7/site-packages/airflow/providers/google/cloud/hooks/bigquery.py:49:
 in <module>
       from pandas_gbq.gbq import (
   E   ImportError: cannot import name '_check_google_client_version' from 
'pandas_gbq.gbq' (/usr/local/lib/python3.7/site-packages/pandas_gbq/gbq.py)
   ```
   
   The fix is to pin `pandas-gpq==0.14.1`.


-- 
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:
[email protected]


Reply via email to