So I want to export some data from GAE datastore, this is how I am trying to do it :
- Creating a
Cloud Datastorebackup of thekindwhich I want to export. - Loading the backup in Google BigQuery
- Exporting it from Google BigQuery
Everything works fine but there's one problem, Google BigQuery loader ignores Blob type fields when loading data from the Cloud Datastore backup.(https://cloud.google.com/bigquery/loading-data-cloud-datastore)
How can I achieve exporting all types of fields (including the Blob type field) ?