googleapis / googleapis/google-cloud-go

bigquery: need additional documentation for tags

Open
#10,896 0 comments 0 reactions 2 assignees Claimed by @alvarowolfx View on GitHub
api: bigquery triage me
Dominant language
Go
Stars
4.5k
Forks
1.6k
Avg merge
1d 13h
Merged PRs (30d)
109

Description

## Is your feature request related to a problem? Please describe.
The documentation on https://pkg.go.dev/cloud.google.com/go/bigquery seems doesn't tells about how to use tags on query result

## Describe the solution you'd like
I just want to add some line that we could use `bigquery` tags so the struct doesnt have to be exactly same with the query. E.g:
```
type Count struct {
YearCount int `bigquery:"year"`
NumCount int `bigquery:"num"`
}
```

## Describe alternatives you've considered
N/A

## Additional context
N/A

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.