Incremental issue in Materialized views - QUERY FINGERPRINT CHANGED

Dharinip
Contributor
I have create a Materialized view in the gold layer via DLT pipeline. But the plan is not deterministic due to the reason below. 
 
Not able to understand what does this error means and how to resolve this. Can you please help ?
 
planning_information": {
"technique_information": [
{
"incrementalization_issues": [
{
"issue_type": "QUERY_FINGERPRINT_CHANGED",
"prevent_incrementalization": true,
"fingerprint_diff_before": "\\n          \\\"id\\\" : 12\\n        },\\n        \\\"qualifier\\\" : [ ]\\n      }, {\\n        \\\"class\\\" : \\\"^^^GreaterThan\\\",\\n        \\\"num-children\\\" : 2,\\n        \\\"left\\\" : 0,\\n        \\\"right\\\" : 1\\n      }, {\\n        \\\"class\\\" : \\\"Literal\\\",\\n        \\\"num-children\\\" : 0,\\n        \\\"value\\\" : \\\"2025-07-08 04:32:01.821544\\\",\\n        \\\"dataType\\\" : \\\"timestamp\\\"\\n      }, {\\n        \\\"class\\\" : \\\"Cast\\\",\\n        \\\"num-children\\\" : 1,\\n        \\\"child\\\" : 0,\\n        \\\"dataType\\\" : \\\"timestamp\\\",\\n        \\\"timeZoneId\\\" : \\\"Etc/UTC\\\",\\n        \\\"evalMode\\\" : null\\n      }, {\\n        \\\"class\\\" : \\\"AttributeReference\\\",\\n        \\\"num-children\\\" : 0,\\n        \\\"name\\\" : \\\"none\\\",\\n        \\\"dataType\\\" : \\\"string\\\",\\n        \\\"nullable\\\" : true,\\n        \\\"metadata\\\" : { },\\n        \\\"exprId\\\" : {\\n          \\\"product-class\\\" : \\\"ExprId\\\",\\n          \\\"id\\\" : 16\\n        },\\n        \\\"qualifier\\\" : [ ]\\n      }, {\\n        \\\"class\\\" : \\\"GreaterThan\\\",\\n        \\\"num-children\\\" : 2,\\n        \\\"left\\\" : 0,\\n        \\\"right\\\" : 1\\n      }, {\\n        \\\"class\\\" : \\\"Cast\\\",\\n        \\\"num-childr",
"fingerprint_diff_current": "\\n          \\\"id\\\" : 12\\n        },\\n        \\\"qualifier\\\" : [ ]\\n      }, {\\n        \\\"class\\\" : \\\"^^^LessThan\\\",\\n        \\\"num-children\\\" : 2,\\n        \\\"left\\\" : 0,\\n        \\\"right\\\" : 1\\n      }, {\\n        \\\"class\\\" : \\\"Literal\\\",\\n        \\\"num-children\\\" : 0,\\n        \\\"value\\\" : \\\"2025-07-08 05:18:31.155472\\\",\\n        \\\"dataType\\\" : \\\"timestamp\\\"\\n      }, {\\n        \\\"class\\\" : \\\"Cast\\\",\\n        \\\"num-children\\\" : 1,\\n        \\\"child\\\" : 0,\\n        \\\"dataType\\\" : \\\"timestamp\\\",\\n        \\\"timeZoneId\\\" : \\\"Etc/UTC\\\",\\n        \\\"evalMode\\\" : null\\n      }, {\\n        \\\"class\\\" : \\\"AttributeReference\\\",\\n        \\\"num-children\\\" : 0,\\n        \\\"name\\\" : \\\"none\\\",\\n        \\\"dataType\\\" : \\\"string\\\",\\n        \\\"nullable\\\" : true,\\n        \\\"metadata\\\" : { },\\n        \\\"exprId\\\" : {\\n          \\\"product-class\\\" : \\\"ExprId\\\",\\n          \\\"id\\\" : 17\\n        },\\n        \\\"qualifier\\\" : [ ]\\n      }, {\\n        \\\"class\\\" : \\\"GreaterThan\\\",\\n        \\\"num-children\\\" : 2,\\n        \\\"left\\\" : 0,\\n        \\\"right\\\" : 1\\n      }, {\\n        \\\"class\\\" : \\\"Literal\\\",\\n        \\\"num-childr"
}
]
},
{
"maintenance_type": "MAINTENANCE_TYPE_COMPLETE_RECOMPUTE",
"is_chosen": true,
"is_applicable": true,
"cost": 543828.0
}
DHARINI PARGUNAN