Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speed up glean_usage generation by caching the table getter (#4644)
`get_tables` is deterministic under the assumption that the tables don't change in between invocations. Which I hope holds here. We therefore can just cache that value so that subsequent runs quickly return without needing a roundtrip to BigQuery again.
- Loading branch information