meztez / bigrquerystorage

R Client for BigQuery Storage API
Apache License 2.0
19 stars 3 forks source link

Keep the client alive, refresh credentials? #13

Closed meztez closed 3 years ago

meztez commented 4 years ago

Would it make senses to keep the client alive instead of destroying it after each ReadSession?

Token usage has a time limit as the token will eventually expire.

For long running download, probably stick to Google default auth.