I have several BigQuery datasets with daily-created tables, such as
- apples_201904010
- apples_201904009
etc.
I'd like to set up a schedule Cloud Data Prep job to process these tables each night, so using the dataset with parameters option is really appealing. When I click to replace a BigQuery dataset with dataset with parameters, I get hte following prompt with a BigQuery protocol:
Is there a way to use this setup to dynamically pull the right table each day, or do I need to pursue another path such as daily export of the tables to GCS and then using datasets with parameters there?