Hi - all the betfair mappings for today are available.
What is likely to have happened here is that we had to update the table yesterday morning, and your last fetch of data probably occurred before that update. This means it is out of sync.
To resync, simply delete the last day or two of entries and re-run daily_betfair_mappings.
Eg: within the Smartform database, run:
delete from daily_betfair_mappings where date=curdate();
Then, run the smartform-updater from the system command line, thus:
smartform-updater daily_betfair_mappings
This issue may occur from time to time, since creating the mappings relies on calling the Betfair API and it being up and running, amongst other things.
Hope this helps, any issues let us know.