Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass ReadSession.TableReadOptions in download_dataframe_bqstorage #1596

Open
bernardnguyen opened this issue Jun 27, 2023 · 0 comments
Open
Labels
api: bigquery Issues related to the googleapis/python-bigquery API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@bernardnguyen
Copy link

Thanks for stopping by to let us know something could be better!

PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.

Is your feature request related to a problem? Please describe.
I'd like to use the existing pandas helper to stream data from BigQuery via the Storage API, but my use-case requires additional row_restriction to be specified in order to filter the results. Instead I have to create a custom variation of download_dataframe_bqstorage that specifies the row_restriction as a read option.

Describe the solution you'd like
Enable additional parameters for the existing download_dataframe_bqstorage function for users to pass various TableReadOptions such as row_restriction or sample_percentage

@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery API. label Jun 27, 2023
@tswast tswast added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

2 participants