Export from BigQuery to Google Cloud Datastore
1 answer
There is no built-in function to create entities in the datastore from query results. You can of course write code using the APIs libraries , which however does some BQ results and does data inserts.
+1
source to share