[QUESTION][BigQuery] would it be possible to have extract_table_to_storage support with an optional query #2361
Labels
api: bigquery
Issues related to the BigQuery API.
type: question
Request for information or clarification. Not an issue.
Hi
Would be great to have a query as an optional field to the extract_table_to_storage method in the google.cloud.bigquery.client.py , so that it will be easy with code to extract the data from the desired table with the custom query and write to GS, or is there any other way to directly write the custom query data after creating the job
or is there any other way for this work around, i have some tables as partitioned tables and some with out partition tables, and would need to export some times the data from partitioned and the non-partitioned tables for a given date for analysis with other tools.
Thanks
The text was updated successfully, but these errors were encountered: