I have a BigQuery database, i want to create dynamic tables.
Ex: table_20170609 - if date is 9th june 2017
table_20170610 - if date is 10th june 2017
Daily i will get some excel data and i have to upload to the above dynamically created table. Data in excel is not day wise, it will be from start date to today's date.
I know connecting bigquery to tableau and running queries. Is there any automated method where tableau will read dynamic table from bigquery and generate the report.
current working - i have created one table(reports) and everyday i will rename the table reports to reports_bkp_date and will create new table reports.
I'm new to bigquery and tableau, i would like to know -
How to create dynamic tables in bigquery?
How to connect dynamic table to tableau (daily i should not change table name manually)?