-
If emulator is run interactively via gcloud, sending CTRL-C in the terminal shuts down the emulator and subprocesses cleanly.
```
gcloud emulators spanner start
...
^C
Command killed by keyboard…
nielm updated
2 years ago
-
**Is your feature request related to a problem? Please describe.**
The [documentation](https://cloud.spring.io/spring-cloud-gcp/1.1.x/multi/multi__spring_data_cloud_spanner.html) for Spring Data for …
-
Hello, so we have been seeing the following error:
```
```
Facts we know so far:
1. It seems to be a transient error.
2. It is not directly related to the spanner server instance but rather…
-
splanter seems to support all [Cloud Spanner table column types](https://cloud.google.com/spanner/docs/reference/standard-sql/data-types#valid_column_types) except `ARRAY` types.
Ideally, `ARRAY` typ…
-
For a table with this schema:
```
CREATE TABLE geo_views (
city STRING(MAX) NOT NULL,
client_id INT64 NOT NULL,
date DATE NOT NULL,
domain STRING(MAX) NOT NULL,
url STRING(MAX) NOT NULL,
…
-
**Client**
Spanner
**Environment**
N/A
**Go Environment**
N/A
**Code**
e.g.
```go
package main
func main() {
client, err := spanner.NewClientWithConfig(context.Background()…
-
以下の記事でCloud SchedulerからGCPのAPIを直接操作するというのが出ている。
サンプルとしてはCompute EngineのManaged Instance GroupのSizeを変えている。
https://medium.com/google-cloud/automatic-oauth2-using-cloud-scheduler-and-tasks-to-call-g…
-
The `google::cloud::bigtable::RPCRetryPolicy` classes have special member functions to setup a timeout:
https://github.com/googleapis/google-cloud-cpp/blob/81adbdabca2da794875fd567591fddc2cf0c8394/…
-
**Is your feature request related to a problem? Please describe.**
Array functions with lambdas as arguments cannot be parsed.
- https://cloud.google.com/spanner/docs/reference/standard-sql/arra…
-
###### Which version and edition of Flyway are you using?
Flyway 10.1.0 Community Edition
###### If this is not the latest version, can you reproduce the issue with the latest one as well? (Many…