octue / octue-sdk-python

The python SDK for @Octue services and digital twins.
https://octue.com
Other
9 stars 3 forks source link

Make bigquery-related dependencies optional #644

Closed cortadocodes closed 2 months ago

cortadocodes commented 3 months ago

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.