Google BigQuery Daily Imports Help
Hey, So in BigQuery I've got a table full of data for each day: app_events_20180201 app_events_20180202 etc. etc. what I'm trying to do is create a query in the connector that will simply run and append yesterdays data. I've been playing around with things like select user_id from app_events_DATE_FORMAT(current_date - 1,…