Skip to main content

Google Cloud Collective

A collective for developers who utilize Google Cloud’s infrastructure and platform capabilities. This collective is organized and managed by the Stack Overflow community.
333.8k Questions
+36
65.4k Members
+132
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
15 views

Google Pub/Sub push subscription to BigQuery changes value in float data type

I have a BigQuery push subscription in Pub/Sub that for some reason changes the values of the fields with float datatype when pushed to BigQuery. I tried creating a pull subscription and attached it ...
0 votes
0 answers
20 views

Google Cloud error 429: The request was aborted because there was no available instance

I have a function in Cloud Run that takes files from a bucket, loads them to BigQuery and then deletes them. It is activated using the Cloud Scheduler and an HTTP call. To avoid processing the same ...
0 votes
0 answers
31 views

How to initialize Firebase/Firestore in Vercel project?

Here is the code I currently have. I get this error in the console when the page opens: Uncaught TypeError: The specifier “firebase/app” was a bare specifier, but was not remapped to anything. ...
0 votes
0 answers
43 views

What is the difference between the web API key and key under "Your Apps"

I noticed that in my Firebase project, under Project Settings > General, the value beside "Web API Key": is different from the apiKey value in the Your Apps section just below that: Why ...
1 vote
0 answers
27 views

Why does a DELETE with a JOIN on partitioned columns in BigQuery cost more than dropping specific partitions?

I have a large BigQuery table, big_table, around 5 TB in size. It is partitioned by the column partition_date, which has about 2000 distinct values. I also have a smaller table, small_table, which ...

Learn something new
These are the most recent articles in Google Cloud Collective
1 vote
394 views
1 minute read
Knowledge article

Understanding Multi-Attach Errors in Google Kubernetes Engine

Recently, I encountered the following error while working with a statefulset that had only one replica: Warning FailedAttachVolume attachdetach-controller Multi-Attach error for volume <pvc_name>...
Nani's user avatar
  • 838
5 votes
1k views
1 minute read
Knowledge article

The upgrade to GKE 1.26+ activates cgroup v2, causing disruptions to java based workloads.

Hey folks at GKE As the GKE v1.25 is nearing its end-of-life, it is important to understand the impact of the upgrade before proceeding with the cluster upgrade operation. I have come across an issue ...
Nani's user avatar
  • 838
3 votes
21k views
3 minute read
How-to guide

How to complete GCP Docs/Tutorial when your Organization Policy blocks External IPs?

How to complete GCP Docs/Tutorial When Your Organization policy blocks External IPs on VMs? In this how-to you will be resolving a common Organization policy constraint of not allowing External IPs on ...
codeangler's user avatar
0 votes
225 views
2 minute read
Knowledge article

Solving Firebase v9 Code Clutter with a Dot Pattern Helper Class in TypeScript To Help Maximize Firebase v9 bundle Efficiency

Since the release of firebase v9, the bundle size of the client has reduced substantially since now the functions that are used are the only ones being imported and bundled. But this modularity comes ...
Muhammad Faizan's user avatar
2 votes
737 views
6 minute read
Knowledge article

8 Labs by Google Cloud The Arcade — Trivia Jul 2023

If you've never heard The Arcade by Google Cloud, it's a Qwiklabs and Google Cloud program where they create a learning experience for you where you can win prizes and measure your cloud knowledge ...
Maureen Barahona's user avatar