Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
4 replies
62 views

We're building a SaaS platform for which we need to design a data model which could accompany domain specific data. We don't know the structure of domain specific data. So these are the evaluated ...
gokul656's user avatar
  • 323
-3 votes
1 answer
84 views

I'm trying to write a Python GCP dataflow that processes records from a Spanner change stream and prints them out. I am running it locally and it appears to work but prints no records when I update a ...
Joe P's user avatar
  • 525
1 vote
1 answer
68 views

INTERLEAVE IN child tables share the same physical row interleaving characteristics, but Spanner doesn't enforce referential integrity between parent and child. What is meant by this? Because I'm ...
Learner's user avatar
  • 13
0 votes
2 answers
104 views

I have setup a GCP project for build activities that support multiple GCP projects deployments, this way I have one place to manage the CI/CD and in this project no other resources APIs like spanner ...
SagarKC's user avatar
  • 85
0 votes
1 answer
88 views

I am trying to insert data into a spanner table using its python client library. The table's DDL is CREATE TABLE MyTable ( Id INT64, name STRING(MAX), curr_timestamp TIMESTAMP NOT NULL OPTIONS (...
Ankit Seth's user avatar
0 votes
1 answer
76 views

I found out there is a possibility to connect Arrow Flight SQL connector to Postgres database, and I know there is a possibility to configure Spanner database to act like a Postgres one, so is it ...
Dmytro Pavlov's user avatar
0 votes
0 answers
242 views

I am working with the GCP Spanner database using the sqlalchemy ORM. This is the table schema where I am trying to insert/update (based on a check) data into a JSON column: from sqlalchemy import ...
Yashodhan Ghule's user avatar
0 votes
2 answers
181 views

I have 2 tables (InterestCategory and Interest) and a graph (TestGraph) in my Google Cloud Spanner database CREATE TABLE InterestCategory ( interest_category_id STRING(36) NOT NULL, ...
Raj Chaudhary's user avatar
0 votes
1 answer
170 views

Recently I have seen the following error in my logs using the method ReadWriteTransaction from the spanner library: *status.Error: rpc error: code = ResourceExhausted desc = Failing fast as CPU ...
Víctor M's user avatar
  • 329
0 votes
1 answer
310 views

Is there any way to create a temporary table in Google Cloud Spanner through: SELECT * INTO <temp table> FROM <table name> where I can then use the temp table with multiple other queries ...
Raj Chaudhary's user avatar
0 votes
1 answer
102 views

I am working on integrating spanner with our existing application. I'm facing an error when trying to save/persist data into DemoClass entity in spanner using JPA and hibernate 6. The error I'm facing ...
Sandeep's user avatar
1 vote
0 answers
60 views

I've been getting bizarre ClassNotFound errors in this io.grpc library, strange timeout errors, etc. Plus I saw on an old document there's a need to enforce the minimum version. I've tried building a ...
Woodsman's user avatar
  • 1,209
1 vote
1 answer
254 views

I am working on analysis of spanner for compatibility for our existing application migration. I am facing an error when trying to insert json data into a column in spanner using JPA and hibernate 6. I ...
Suga Raj's user avatar
  • 591
0 votes
1 answer
340 views

I'm migrating my springboot app from cloud SQL (PostgresSQL) to Cloud Spanner and will be using Google SQL dialect for spanner interaction. During this migration, i am facing the below error. Caused ...
Suga Raj's user avatar
  • 591
0 votes
1 answer
365 views

After I obtain my authenticate key with gcloud CLI, I try to execute the below Python code to create a table in my instance of Spanner. However, Spanner returned a message "Transaction is not ...
Kazuma Kusu's user avatar

15 30 50 per page
1
2 3 4 5
49