Make bigquery-related dependencies optional
cortadocodes opened this issue · 0 comments
cortadocodes commented
Feature request
Use Case
Speed up and minimise installation size.
Current state
pandas
, numpy
, and others are required by db-dtypes
which is currently a required dependency but is only needed for the get_events
asynchronous events retriever.
Proposed Solution
Add an async
option or similar that installs the db-dbtypes
package.