You might share from what version of Moodle to what version of Moodle, for starters. And from what hosting. IF coming from a commercial hoster that had highly customized the site, don't think they share what customizations they did with code nor DB.
'DB migration from another moodle instalation to a brand new one'
suggest one might not be aware one cannot hyperjump from older versions to newest version depending upon version.
Are you using the following for how-2?
https://docs.moodle.org/310/en/Moodle_migration
'mess with and edit' suggest you have an SQL dump of the database.
No ... I'd not recommend trying to insert sql for missing tables in an sql file
for importing.
There are 9 tables in a 3.9.highest related to analytics ... the one you've mentioned is the first of 9.
mdl_analytics_indicator_calc
mdl_analytics_models
mdl_analytics_models_log
mdl_analytics_predict_samples
mdl_analytics_prediction_actions
mdl_analytics_predictions
mdl_analytics_train_samples
mdl_analytics_used_analysables
mdl_analytics_used_files
Also makes one wonder how many more/other tables there are missing from the 4Gig SQL dump of your site.
If not a lot of courses, the path of least resistance and technical issues (in your case) might be full course backups from old site restored to newly installed version X.
'SoS', Ken