python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Is there a way to avoid the data type conversion from STRING to STRUCT<string STRING, text STRING, provided STRING> for Datastore imports to BigQuery?
We are automatically loading Datastore Backups to BigQuery for further analysis overwriting the table every day.
When a Datastore Kind with at least one Entity with long text is imported in BigQuery, ...
Agnes
Votes: 0
Answers: 1
Efficient ways to do a bulk partial update on a google cloud datastore entries using spring data
I have a kind in google datastore with tens thousands of entries. I am using spring data to connect to and work on the datastore. I am trying to update one entity on a few (hundreds) rows on datastore...
HachigoUzumaki
Votes: 0
Answers: 0
Cloud datastore - How to set indexes for my query filters with any column values?
First of all, apologies if my question isn't precise. I am using filters in my html template which runs query on any column values which are filled in. For instance, I filter my list by year and range...

Libin Thomas
Votes: 0
Answers: 1
Spring Cloud GCP Datastore - exclude field from being persisted
I'm using the spring-cloud-gcp-starter-data-datastore dependency in a spring boot application to interface with a Datastore instance in GCP.
I have the following entity mapped out (condensed for brevi...
Andrew Mairose
Votes: 0
Answers: 1