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