On a redshift serverless, I’m adding rows to a table from within a stored procedure. I check row count before and after calling the proc, see the new rows. But the auto incrementing mat view i created joining this table with some others, doesn’t show as stale in svv_mv_info, and says no changes when i call refresh on it. If I then insert or delete 1 row manually from the table it’ll correctly show stale… anyone ever experience this, mat views not showing stale even though new data’s come into one of their tables?