hi, can someone please help me understand why I'm ...
# gooddata-cloud
s
hi, can someone please help me understand why I'm getting this error?
Copy code
{
  "title": "Bad Request",
  "status": 400,
  "detail": "Type 'null' of Aggregation is incompatible with type 'Numeric'",
  "traceId": "d0f849cb072fe07060ebf964fd4074f0"
}
m
Hi Sasha, Looking in the logs, I noticed that the error is related to some SQL queries being generated using Snowflake. It appears that you are attempting an aggregation operation (such as SUM, AVG, MIN, MAX, etc.) on a column that Snowflake has identified as potentially containing NULL values. However, the aggregation function requires a Numeric data type. I recommend checking the integrity and validation of the Data Source, probaly linked to this DataSource ID:
382fcbd4-f676-4ce3-8843-01facab6a7cc
Hi Sasha, I would like to know if you need further assistance here.
1