Skip to content

Commit

Permalink
docs(bigquery): update description of query preview feature (#10554)
Browse files Browse the repository at this point in the history
  • Loading branch information
shollyman committed Jul 15, 2024
1 parent d9046fd commit 25c5cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigquery/bigquery.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const DetectProjectID = "*detect-project-id*"
// variables. By setting the environment variable QUERY_PREVIEW_ENABLED to the string
// "TRUE", the client will enable preview features, though behavior may still be
// controlled via the bigquery service as well. Currently, the feature(s) in scope
// include: stateless queries (query execution without corresponding job metadata).
// include: short mode queries (query execution without corresponding job metadata).
func NewClient(ctx context.Context, projectID string, opts ...option.ClientOption) (*Client, error) {
o := []option.ClientOption{
option.WithScopes(Scope),
Expand Down

0 comments on commit 25c5cbe

Please sign in to comment.
  翻译: