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.
335k Questions
+283
58.1k Members
+169
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
3 views

How to optimise subqueries in BigQuery views

I have a table that contains tons of nested columns as well as repeated columns. I use a BQ view on top of it that does some transformations. For example, something like this: view1: SELECT nested....
0 votes
0 answers
7 views

How to arrange data structure for querying in firebase for this explained query not to give any error?

I have a database existing of user docs. Sample user object is as follows: user { id: string, name: string, town: string, city: string, country: string, filter: ["town", "city&...
0 votes
0 answers
3 views

Changing Service Account in Firebase Cloud Messaging to Upgrade to FCM API HTTP V1

I use Firebase Cloud Functions to send a notification using FCM when a new post is detected in Firebase Firestore. I am upgrading an older app to Firebase Cloud Messaging API HTTP V1 because the ...
0 votes
0 answers
7 views

How can I calculate the time difference between two timestamps in PostgreSQL when they span different days?

I'm working with BigQuery to analyze bike trip data and each trip has a start_time and end_time in timestamp format. I want to calculate the time difference between these two timestamps, but some ...
-1 votes
0 answers
5 views

How do I rotate GCP Composer/Airflow logs?

My logs folder in my composer bucket is getting huge. According to the docs there is no composer native way to rotate logs: https://cloud.google.com/composer/docs/concepts/logs#:~:text=Viewing%20audit%...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

7 votes
0 answers
180 views
+100

Combining threading and asyncio to process audio stream through a WebSocket connection

Overview I have a server which has an an open WebSocket connection with one client application. This client application (android app) can send live microphone audio data. What the server has to do in ...

Learn something new
These are the most recent articles in Google Cloud Collective
1 vote
209 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
  • 837
6 votes
672 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
  • 837
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
180 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
587 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