3
votes

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?

2

2 Answers

2
votes

This isn't possible, currently. We'll take this as a feature request suggestion.

0
votes

This is actually available now

You can save your queries and have them as

  • Private (Visible only to you)
  • Project (Project members can view and edit)
  • Public (Anyone with the link can view, but not edit)

after that you can share them or just use for yourself as a shortcut