Bronze 2
Since ‎01-16-2024
‎07-08-2024

My Stats

  • 10 Posts
  • 2 Solutions
  • 1 Likes given
  • 15 Likes received

invisible's Bio

Badges invisible Earned

View all badges

Recent Activity

I am trying to fetch a string result into a Go struct. I am following the instructions mentioned here under `Example (struct)`: https://pkg.go.dev/cloud.google.com/go/bigquery#RowIterator.NextFollowing is the simplified repro of what I am trying to d...
BackgroundI have a Looker Studio report with a dropdown that has integer values sorted in descending order (largest value at top). These integer values are dynamic / constantly changing but they always stay in the descending order. There are multiple...
My Looker chart is using a 'DateTime' field in the Date Range Control. This field is in the format 'YYYY-Mon-DD HH:MM:SS' (e.g. 2024-Apr-30 14:53:25). In addition to the date level filtering, I would to be able to filter at the timestamp level (HH:MM...
Hello everyone,BackgroundI have a simple a service in Go that receives a request and makes a read request to the GCS bucket. This service is deployed in GKE in the same project as the GCS bucket. GKE is using Workload Identity to make requests to the...