Kaynağa Gözat

Addressed PR feedback.

Signed-off-by: Nik Willwerth <nwillwerth@kubecost.com>
Nik Willwerth 2 yıl önce
ebeveyn
işleme
5b91ab268b
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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]
 			resourceGlobalNameValue := values[i]
 			if resourceGlobalNameValue == nil {
 			if resourceGlobalNameValue == nil {
+				properties.ProviderID = ""
 				continue
 				continue
 			}
 			}
 			resourceGlobalName, ok := resourceGlobalNameValue.(string)
 			resourceGlobalName, ok := resourceGlobalNameValue.(string)