-
Notifications
You must be signed in to change notification settings - Fork 139
Closed
Labels
api: bigqueryIssues related to the googleapis/python-bigquery-sqlalchemy API.Issues related to the googleapis/python-bigquery-sqlalchemy API.
Description
Is your feature request related to a problem? Please describe.
This package's pyarrow requirement is effectively pinned to 6.0.1, which was released almost 9 months ago. This is preventing us from upgrading to new versions of other packages requiring more recent versions of pyarrow. e.g. the latest snowflake-connector-python requires pyarrow 8.
Describe the solution you'd like
Bump your pyarrow requirement to support as many and as recent versions as possible.
Describe alternatives you've considered
Right now we're waiting to upgrade packages with conflicting pyarrow dependencies, but we're considering pinning pyarrow to a newer version and testing to see if this package still works (for our implementation, at least)
tboddyspargo, varunchitturi, arestifo, mkarrmann, deepandas11 and 1 more
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the googleapis/python-bigquery-sqlalchemy API.Issues related to the googleapis/python-bigquery-sqlalchemy API.