Welcome to the

Google Cloud Community

Meet industry peers, ask questions, collaborate to find answers, and connect with Googlers who are making the products you use every day.

cancel
Showing results for 
Search instead for 
Did you mean: 
Bronze 5
Since ‎04-18-2024
a month ago

My Stats

  • 17 Posts
  • 0 Solutions
  • 13 Likes given
  • 15 Likes received

aki22's Bio

Badges benjikj-cera Earned

View all badges

Recent Activity

Hi all,We are wanting to create a Dataform model that combines all of the BigQuery INFORMATION_SCHEMA.JOBS data from multiple projects into one table. The way we do this in pure SQl would effectively be like:SELECT * FROM `..INFORMATION_SCHEMA.JOBS` ...
I am wanting to use the Looker System Activity models in our own model in LookML in order to combine it with other sources, but wondering if this is possible.Specifically, one example of what I am trying to do is that I've got the BigQuery InfoSchema...
Hi there,I am wanting to try and avoid using an UNNEST function to access some array data due to the fact that it would explode out into duplicates, when all I actually care about is the first element of the array.So I am trying to find out if there ...
Hi there,As analytics engineers, we want to be able to tag our dataform queries by the layer and domain so that we can see how much each layer and domain costs us (using the info schema).We initially thought we could do this via the BigQuery labels c...
Hi there,We are on on-demand billing (billed per bytes processed).We are finding that when we run the recommended setup for incremental models on dataform ( WHERE date > (SELECT MAX(date) FROM ${self()}) ) then there is no difference between bytes pr...