I do many queries in bigquery that look something like: select foo, bar, baz from [table_DATE] where ggg = VALUE order by time_field
I'd like to create a set of links where I can pre-fill in both DATE and VALUE and get the user to select run query. Is there anyway I can construct a URL for this?