Skip to content

Commit 25c5cbe

Browse files
authored
docs(bigquery): update description of query preview feature (#10554)
1 parent d9046fd commit 25c5cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

β€Žbigquery/bigquery.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const DetectProjectID = "*detect-project-id*"
8484
// variables. By setting the environment variable QUERY_PREVIEW_ENABLED to the string
8585
// "TRUE", the client will enable preview features, though behavior may still be
8686
// controlled via the bigquery service as well. Currently, the feature(s) in scope
87-
// include: stateless queries (query execution without corresponding job metadata).
87+
// include: short mode queries (query execution without corresponding job metadata).
8888
func NewClient(ctx context.Context, projectID string, opts ...option.ClientOption) (*Client, error) {
8989
o := []option.ClientOption{
9090
option.WithScopes(Scope),

0 commit comments

Comments
 (0)