aws / aws/amazon-redshift-python-driver
Feature request: cursor.fetch_arrow_table()
Open
- Dominant language
- Python
- Stars
- 220
- Forks
- 86
- PR merge metrics
- No merged PRs in 30d
Description
Hey All!
I'd like to suggest adding the ability to fetch results of a query in a [pyarrow.Table](https://arrow.apache.org/docs/python/generated/pyarrow.Table.html) format.
WDYT?
Thanks In advance!
Contributor guide
Research direction
Start at the cursor API and investigate the requested cursor.fetch_arrow_table() entry point alongside the pyarrow.Table format described in the issue. Review existing query-result fetching behavior and add focused tests for the requested method; done means callers can retrieve query results as a pyarrow.Table with its behavior covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data, databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100