We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc8ca6 commit 8996e36Copy full SHA for 8996e36
go/adbc/driver/bigquery/connection.go
@@ -581,7 +581,7 @@ func (c *connectionImpl) newClient(ctx context.Context) error {
581
}
582
583
authOptions = append(authOptions, option.WithTokenSource(c))
584
- case OptionValueAuthTypeAppDefaultCredentials, "":
+ case OptionValueAuthTypeAppDefaultCredentials, OptionValueAuthTypeDefault, "":
585
// Use Application Default Credentials (default behavior)
586
// No additional options needed - ADC is used by default
587
default:
0 commit comments