When does next epoch appear in dbsync epoch tables?

We are 1 day away from the next epoch start and information should be in the blockchain for total stake that will be live for that epoch, but when I query my dbsync database, it does not appear in the epoch table or in the epoch_stake table.
SELECT MAX(no) FROM epoch;
and
SELECT MAX(epoch_no) FROM epoch_stake;
both return 382, the current epoch. When should I expect 383 to be inserted into those tables? Is my dbsync setup not working correctly or is it normal behavior that I don’t see those yet?

well, I got my answer by waiting a bit and observing what happened. I’ll record it here in case others are wondering the same thing. The new epoch only appears in the epoch table when the epoch starts.