Add ApplicationName to BigQueryClient

This commit is contained in:
l.gabrysiak 2025-03-24 21:21:48 +01:00
parent 605d79167b
commit ee3c43a3fd
2 changed files with 4 additions and 2 deletions

View File

@ -49,7 +49,8 @@ public class GoogleBigQueryClientFactory : IGoogleBigQueryClientFactory
{
ProjectId = projectId,
Credential = credential,
HttpClientFactory = httpClientFactory
HttpClientFactory = httpClientFactory,
ApplicationName = userAgent
}.Build();
}

View File

@ -49,7 +49,8 @@ public class GoogleBigQueryClientFactory : IGoogleBigQueryClientFactory
{
ProjectId = projectId,
Credential = credential,
HttpClientFactory = httpClientFactory
HttpClientFactory = httpClientFactory,
ApplicationName = userAgent
}.Build();
}