You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that GreptimeDB creates columns dynamically when data is first inserted. If no span with gen_ai.usage.cache_read.input_tokens has been received yet, that column doesn't exist in the schema and the query fails at plan time.
The issue is that GreptimeDB creates columns dynamically when data is first inserted. If no span with gen_ai.usage.cache_read.input_tokens has been received yet, that column doesn't exist in the schema and the query fails at plan time.