turbaszek commented on issue #9900:
URL: https://github.com/apache/airflow/issues/9900#issuecomment-661275326


   As you mentioned on slack, the `project_id` should be passed to `get_client` 
in `table_exists` method of the hook. That's visible from your stack trace: 
   ```
   File 
"/usr/local/lib/python3.6/site-packages/google/cloud/bigquery/client.py", line 
179, in init
   ```
   
   The `project_id` is optional because all new method use 
`@GoogleBaseHook.fallback_to_default_project_id` which as name suggest will try 
to resolve the default value.
   
   @nathadfield would you like to fix it?


----------------------------------------------------------------
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