Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bigquery: need additional documentation for tags #10896

Open
septianhari-afk opened this issue Sep 20, 2024 · 0 comments
Open

bigquery: need additional documentation for tags #10896

septianhari-afk opened this issue Sep 20, 2024 · 0 comments
Assignees
Labels
api: bigquery Issues related to the BigQuery API. triage me I really want to be triaged.

Comments

@septianhari-afk
Copy link

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

@septianhari-afk septianhari-afk added the triage me I really want to be triaged. label Sep 20, 2024
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the BigQuery API. label Sep 20, 2024
@alvarowolfx alvarowolfx self-assigned this Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API. triage me I really want to be triaged.
Projects
None yet
Development

No branches or pull requests

3 participants