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

[Feature/Addition] Add support for BigQuery export/extract to Google Cloud Storage #921

Closed
austinweisgrau opened this issue Nov 13, 2023 · 0 comments
Labels
connector update Work type - additions or changes to the functions of an existing Parsons connector enhancement Impact - something should be added to or changed about Parsons that isn't causing a current breakage medium priority Priority - this doesn't need to be addressed immediately, but will broadly impact Parsons users

Comments

@austinweisgrau
Copy link
Collaborator

BigQuery can export a query result to a file in Google Cloud Storage. This is helpful for various workflows, e.g. running a query with a huge result. Having this feature will also lead to closer parity with the Redshift connector and its "unload" method.

Possible Implementation

Here's the documentation on this including an example implementation in python: https://cloud.google.com/bigquery/docs/exporting-data#export-data-in-bigquery

Priority

medium

@austinweisgrau austinweisgrau added the enhancement Impact - something should be added to or changed about Parsons that isn't causing a current breakage label Nov 13, 2023
@austinweisgrau austinweisgrau changed the title [Feature/Addition] Add support for BigQuery export to Google Cloud Storage [Feature/Addition] Add support for BigQuery export/extract to Google Cloud Storage Nov 13, 2023
@shaunagm shaunagm added medium priority Priority - this doesn't need to be addressed immediately, but will broadly impact Parsons users connector update Work type - additions or changes to the functions of an existing Parsons connector labels Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
connector update Work type - additions or changes to the functions of an existing Parsons connector enhancement Impact - something should be added to or changed about Parsons that isn't causing a current breakage medium priority Priority - this doesn't need to be addressed immediately, but will broadly impact Parsons users
Projects
None yet
Development

No branches or pull requests

3 participants