I have a VDS whose definition includes a filter in the where clause such as
cast(ts as date) >= last_day(current_date) - INTERVAL ‘6’ DAY
The REFRESH REFLECTION is working fine, but the materialization does not seem to happen :
Dremio version is CE 17.0.0. This was working fine in Dremio 15.0
Is that an expected behavior ?