We want to start using "Partitioned tables" in BQ But documentation(https://cloud.google.com/bigquery/docs/partitioned-tables) says that using "Streaming inserts" possible only
if the partitioning value is up to 7 days in the past, up to 3 days in the future,
In our case, we have some data which could have q partition value more than 7 days in the past.
We save data via BigQuery REST api
Does it mean that we can't use the partition tables or is there some other workaround this? How to save the data which is out of bounds(7days3days) for a partition table?
In general, the idea is: we have a table with streaming data(~100 records per min) and we want to stream data directly to partitions and then use the partitions for analytical queries