Duplicate History ID

eRKo
New Member

We are using Big Query (Standard) as the backend for our Looker. When I check the INFORMATION_SCHEMA.JOBS_BY_PROJECT table in BQ, I can see multiple jobs with the same history_id from Looker. Can someone please explain what is happening here?

Thanks!

0 2 130
2 REPLIES 2

Am curious about this one, have you looked at the queries? Is it by any chance the row total query which ignores dimensions when grouping, looker may treat that as one but fires off 2 queries to bq?

eRKo
New Member

I’ve checked one duplicate history_id and you are right: one of the queries is a “standard query”, other three are COUNTs. Is there any documentation explaining why does Looker treat it as one but fires off 2 queries to bq? Thanks a lot!