While investigating a data issue, you wanted to review yesterday‘s version of the table using the command 'SELECT * FROM table_name TIMESTAMP AS OF date_sub(current_date(), 1)'. However, you realized that you are no longer able to view the historical data in the table, even though the table was updated yesterday based on DESCRIBE HISTORY. What could be the reason?