bigfunctions: [bug]: `get`: The database (default) does not exist for project

Check the bug has not already been reported

Edit function_name and the short error description in title above

  • I wrote the correct function name and a short error description in the title above

What happened and what did you expect?

The get function can not be executed after being deployed to the cloud. This is a log item from Cloud Run.

debug_error_string = "UNKNOWN:Error received from peer ipv4:172.253.120.95:443 {created_time:“2023-05-29T13:08:01.432297163+00:00”, grpc_status:5, grpc_message:"The database (default) does not exist for project bigquery-310412 Please visit https://console.cloud.google.com/datastore/setup?project=bigquery-310412 to add a Cloud Datastore or Cloud Firestore database.

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 16 (9 by maintainers)

Most upvoted comments

That’s it. After I changed max_rows_per_query in get.yaml everything is working fine. Thank you so much for your help!

Simply remove max_rows_per_query from the yaml file where you don’t want it to be applied and redeploy the function of the yaml file.

It does nothing if you put it in config.yaml.

Sorry. Can you repull and retry please?