BigQuery time travel is pretty neat
SELECT * FROM `mydataset.mytable` FOR SYSTEM_TIME AS OF TIMESTAMP_SUB ( CURRENT_TIMESTAMP (), INTERVAL 1 HOUR ); That query allows you to get data f…
Tech news from the best sources
SELECT * FROM `mydataset.mytable` FOR SYSTEM_TIME AS OF TIMESTAMP_SUB ( CURRENT_TIMESTAMP (), INTERVAL 1 HOUR ); That query allows you to get data f…
It's important to monitor Dataform - jobs executed by Dataform can be the primary source of BigQuery costs in a modern data platform. Forgetting to…
TL;DR builder.Credential = credential; - Fails to route authentication traffic through the proxy. builder.GoogleCredential = credential; - Successfu…
I want to start with a number: $140,000 . That's how much a single misconfigured scheduled query cost one of the teams I worked with over a three-mo…