You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a bit complicated, because the cache needs to be updated (or at least dirtied) whenever you change the filter, since you might do this several times before printing, and it seems silly to cache every intermediate count. Since the datasource is not mutable, that suggests memoising would be the way forward. But maybe this is just a fundamental limitation of sqlite and shouldn't be hidden from the user?
When loading data - same reasoning as for google bigquery.
The text was updated successfully, but these errors were encountered: