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

Load files from GCS to BigQuery - Possibleways #2828

Closed
PratapKumarChowdary opened this issue Nov 27, 2024 · 1 comment
Closed

Load files from GCS to BigQuery - Possibleways #2828

PratapKumarChowdary opened this issue Nov 27, 2024 · 1 comment
Assignees
Labels
api: storage Issues related to the googleapis/java-storage API. type: question Request for information or clarification. Not an issue.

Comments

@PratapKumarChowdary
Copy link

Hi Team,

I'm looking for possible ways to load our GCS files which were stored in a way month/day/hour to bigquery. And we would like to remove duplicates by scanning the record based on id and timestamp in json file and move the latest record to bigquery. Could you please help the possible ways to implement this.

@product-auto-label product-auto-label bot added the api: storage Issues related to the googleapis/java-storage API. label Nov 27, 2024
@sydney-munro sydney-munro added the type: question Request for information or clarification. Not an issue. label Dec 2, 2024
@sydney-munro
Copy link
Collaborator

Hi while we do not have any managed solutions here are a couple of resources for you to take a look at.

https://cloud.google.com/bigquery/docs/loading-data-cloud-storage-csv

https://stackoverflow.com/questions/10671266/load-data-from-google-cloud-storage-to-bigquery-using-java

Please open/reopen this ticket if you have any further storage specific questions.

Bigquery specific questions can go here:
https://github.com/googleapis/java-bigquery

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the googleapis/java-storage API. type: question Request for information or clarification. Not an issue.
Projects
None yet
Development

No branches or pull requests

3 participants