-
How to use query parameters with BigQuery?
I've been trying to create BigQuery datasets that use the "Query Parameters" field to limit my queries based on lastrundate or lastvalue of one of columns in the query. The hover text for t…1 -
Re: How to use query parameters with BigQuery?
Thanks the reply. The queries all use standard SQL. Though that does not exlain how to use the query parameters (or what would be different than legacy). As mentioned in my initial question, the docu…1 -
Re: How to use query parameters with BigQuery?
I've figured out how to get it work, sort of. I'm able to use last rundate in the query and that works: WHERE updated_at > !{lastrundate:updated_at}! In the Query Paramter field I was able ot set …1