google / weather-tools

Tools to make weather data accessible and useful.

Home Page:https://weather-tools.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alert the user earlier that the BigQuery table and cloud bucket need to be in the same region.

alxmrs opened this issue · comments

As a user, I'd like to know if the remote configuration for using this tool is incorrect immediately after invocation (instead of hours later).

RuntimeError: BigQuery job beam_bq_job_LOAD_AUTOMATIC_JOB_NAME_LOAD_STEP_560_0b1bd5a3b84b07378d10258f5d1c31d8_dcaa42e715c949b8a5b8e762480d0b44 failed. Error Result: <ErrorProto message: 'Cannot read and write in different locations: source: US, destination: us-west1' reason: 'invalid'>

Implementation notes: When the user makes use of resources in different regions, they should be presented with a warning or an error message.