my project doesn't appear to be using cached BigQuery tables for subsequent queries. I'm testing a simple:
SELECT
count(column)
FROM
table
in the console UI and each time it's still processing and billing.
I am using the streaming API (python 3.7) to add to this table but the last modified table time is over 30 minutes ago so the cache shouldn't be invalidated.
I'm also confirmed that "Use Cached Results" is toggled on.
Thanks in advance