We have a set of events (log view) that we want to connect to get the current state. To improve performance / cost, we would like to create snapshots (so as not to check all the events in the history, but only from the last snapshot). Logs and snapshots are tables with a date suffix.
This approach works OK in BQ, but we need to manually define the request each time. Is there a way to define a “view” with parameters (for example, dates for querying a range of tables)? Or any plans to do something like this?
I know that there are several topics related to TABLE_RANGE / QUERY in views (for example, Using the TABLE_DATE_RANGE function in Views ). Is there any new information on this?
google-bigquery
Roland Plaszowski
source share