Bladeren bron

Addressed PR feedback.

Signed-off-by: Nik Willwerth <nwillwerth@kubecost.com>
Nik Willwerth 2 jaren geleden
bovenliggende
commit
5b91ab268b
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      pkg/cloud/gcp/bigqueryintegration_types.go

+ 1 - 0
pkg/cloud/gcp/bigqueryintegration_types.go

@@ -122,6 +122,7 @@ func (ccl *CloudCostLoader) Load(values []bigquery.Value, schema bigquery.Schema
 
 			resourceGlobalNameValue := values[i]
 			if resourceGlobalNameValue == nil {
+				properties.ProviderID = ""
 				continue
 			}
 			resourceGlobalName, ok := resourceGlobalNameValue.(string)