The root cause of this issue is that the sample row timestamps are beyond the default topic retention period, so recipe flow breaks, e.g., final table output in that recipe sometimes won't show up because source data is gone.
This deserves a sweep of the repo (e.g., search for years -- 2020, 2021), and either fix (change retention, ksqlDB recipes could use FROM_UNIXTIME(UNIX_TIMESTAMP())) or open follow-on issues for complex cases. Automated tests may need to be reworked to support dynamic times.