-
**Client**
spannertest
**Environment**
WSL Ubuntu
**Go Environment**
$ go version
go version go1.15.7 linux/amd64
$ go env
```
GO111MODULE=""
GOARCH="amd64"
GOBIN=""
GOCACHE="/…
-
**Project description**
I was happy to find that [apache beam is already packaged](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/python-modules/apache-beam/default.nix). Sadly, tryi…
-
# 202401 update
- https://cloud.google.com/architecture/serverless-blueprint
- HCLS specific
# Use Cases
- the uc/customer-app drives the lz architecture subset. In this case we will start wi…
-
[misspell](https://github.com/client9/misspell) can be used to catch common spelling errors.
Running `misspell` on this repository detected the following spelling issues (some of these may need to …
-
https://cloud.google.com/spanner/docs/reference/standard-sql/protocol-buffers
* [x] [`[CREATE | DROP | ALTER] PROTO BUNDLE` statements](https://cloud.google.com/spanner/docs/reference/standard-sql/…
-
## Client
Spanner Go client `cloud.google.com/go/spanner`
## Environment
```
go version
go version go1.23.1 darwin/arm64
bazelisk version
Bazelisk version: development
Build label: 7.3…
-
**System information**
- Have I specified the code to reproduce the issue (Yes, No): Yes
- Environment in which the code is executed: Vertex AI
- TensorFlow version: 2.15.1
- TFX Version: 1.15.1…
-
# WHAT
gRPCのerrorをいい感じにWrapする方法を考える。
選択肢的には以下のどちらか。
どっちもどっちみたいな気持ち
## fmt.Errorf(": %w" err) でwrapしたものを剥いて、status.Status を取り出す
以下のようなやつ
```
func UnwrapGRPCError(err error) (*status.Stat…
-
> CockroachDB is a cloud-native SQL database for building global, scalable cloud services that survive disasters... a distributed SQL database built on a transactional and strongly-consistent key-valu…
-
## Client
Spanner
## Environment
* macOS 14.6.1
* go version go1.21.5 darwin/arm64
## Code and Dependencies
```go
package main
import (
"cloud.google.com/go/spanner"
"cloud.goo…