googleapis / java-storage

Apache License 2.0
107 stars 77 forks source link

Load files from GCS to BigQuery - Possibleways #2828

Open PratapKumarChowdary opened 4 days ago

PratapKumarChowdary commented 4 days ago

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.