Is a full table refresh not an option?Since these are streaming tables, my assumption is that the offset has already passed the data you reloaded, and the new versions are being resolved as the ones previously processed. A full refresh will reset the...