0
votes

Is it possible to add data from a new BigQuery table to existing Tableau extract?

For example, there are BigQuery tables partitioned by date like access_20160101, access_20160102, ... and data from 2016/01/01 to 2016/01/24 is already in Tableau server extract. Now a new table for 2016/01/25, access_20160125 has been created and I want to add the data to the existing extract, but don't want to read the old tables because there is no change in them but loading them will be charged by Google.

1

1 Answers

0
votes

If I understand correctly: you created an extract for a table in BigQuery and now you want to append data in a different table to that extract.

As long as both tables have exactly the same column names and data types in those columns you can do this:

  1. Create an extract from the new table.
  2. Append that extract to the old one. (see: add data from a file)

Now you have one extract with the data of both tables.