Add ApplicationName to BigQueryClient
This commit is contained in:
parent
605d79167b
commit
ee3c43a3fd
|
|
@ -49,7 +49,8 @@ public class GoogleBigQueryClientFactory : IGoogleBigQueryClientFactory
|
|||
{
|
||||
ProjectId = projectId,
|
||||
Credential = credential,
|
||||
HttpClientFactory = httpClientFactory
|
||||
HttpClientFactory = httpClientFactory,
|
||||
ApplicationName = userAgent
|
||||
}.Build();
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -49,7 +49,8 @@ public class GoogleBigQueryClientFactory : IGoogleBigQueryClientFactory
|
|||
{
|
||||
ProjectId = projectId,
|
||||
Credential = credential,
|
||||
HttpClientFactory = httpClientFactory
|
||||
HttpClientFactory = httpClientFactory,
|
||||
ApplicationName = userAgent
|
||||
}.Build();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue