Closed pfilourenco closed 12 months ago
Thanks for reporting this and the PR fix @pfilourenco !
I suspect this occurs when the flow endpoint is a GKE cluster in which case InstanceDetails
fields are not populated as they're not applicable.
In that case, we should probably add the GKE details (or GkeDetails
fields) to account for the Pod details instead of VM instance details. I'll track that as a separate enhancement feature.
I had this error running this 2 querys (dataform/defenitions/summary): csa_6_01_summary_hourly.sqlx:
csa_6_10_summary_daily.sqlx:
I applied the "IGNORE NULLS" as a fix, maybe this will be useful for the community.