googlemaps / gmp-firebase-extensions

Apache License 2.0
6 stars 4 forks source link

This extension doesn't work if the bigquery dataset is in different location then selected for functions #51

Open ggprod opened 1 week ago

ggprod commented 1 week ago

Thanks for stopping by to let us know something could be better!

I wanted to deploy the functions to us-east4 and the bigquery dataset that the functions will be deployed into is in US (mult-regional). This won't work and is clearly evident in the code because the same location is used for deploying the functions and for the bigquery query which will then give the error that the dataset is not found in that location


PLEASE READ

If you have a support contract with Google, please create an issue in the support console. This will ensure a timely response.

Discover additional support services for the Google Maps Platform, including developer communities, technical guidance, and expert support at the Google Maps Platform support resources page.

If your bug or feature request is not related to this particular library, please visit the Google Maps Platform issue trackers.

Check for answers on StackOverflow with the google-maps tag.


Please be sure to include as much information as possible:

Environment details

  1. Specify the API at the beginning of the title (for example, "Places: ...")
  2. OS type and version
  3. Library version and other environment information

Steps to reproduce

  1. ?

Code example

# example

Stack trace

# example

Following these steps will guarantee the quickest resolution possible.

Thanks!

ggprod commented 1 week ago

I had to recreate my intended dataset in the same region as the cloud functions us-east4 to get it to work.