eric chen
eric chen

Reputation: 17

Export data from Google Datastore to Google Bigquery

What is the best way or ETL process in python to export data from Google Cloud Datastore to Google Bigquery? Thanks for the help!

Upvotes: 0

Views: 600

Answers (1)

shollyman
shollyman

Reputation: 4384

See https://cloud.google.com/datastore/docs/export-import-entities for details about exporting datastore entities to GCS, as well as a pointer to ingesting said backups into BigQuery.

Upvotes: 0

Related Questions