diff --git a/AzureFunction/Services/Implementation/GoogleBigQueryClientFactory.cs b/AzureFunction/Services/Implementation/GoogleBigQueryClientFactory.cs index 7c546b3..681b7f4 100644 --- a/AzureFunction/Services/Implementation/GoogleBigQueryClientFactory.cs +++ b/AzureFunction/Services/Implementation/GoogleBigQueryClientFactory.cs @@ -49,7 +49,8 @@ public class GoogleBigQueryClientFactory : IGoogleBigQueryClientFactory { ProjectId = projectId, Credential = credential, - HttpClientFactory = httpClientFactory + HttpClientFactory = httpClientFactory, + ApplicationName = userAgent }.Build(); } diff --git a/Migration/Services/Implementation/GoogleBigQueryClientFactory.cs b/Migration/Services/Implementation/GoogleBigQueryClientFactory.cs index 5747117..3d1ffd5 100644 --- a/Migration/Services/Implementation/GoogleBigQueryClientFactory.cs +++ b/Migration/Services/Implementation/GoogleBigQueryClientFactory.cs @@ -49,7 +49,8 @@ public class GoogleBigQueryClientFactory : IGoogleBigQueryClientFactory { ProjectId = projectId, Credential = credential, - HttpClientFactory = httpClientFactory + HttpClientFactory = httpClientFactory, + ApplicationName = userAgent }.Build(); }