run_model_bpa_bulk fails if modelbparesults is empty
Let's assume I ran run_model_bpa_bulk and it created and saved results in modelbparesults then I moved this result to some other table and deleted data from modelbparesults table and made it empty to collect result next day. Then next day it doesn't work. It throws error.
Current solution is I need to DROP modelbparesults table and then only I can run run_model_bpa_bulk again
So summary is run_model_bpa_bulk doesn't work if my modelbparesults table is empty.
run_model_bpa_bulk fails if modelbparesults is empty
Let's assume I ran run_model_bpa_bulk and it created and saved results in modelbparesults then I moved this result to some other table and deleted data from modelbparesults table and made it empty to collect result next day. Then next day it doesn't work. It throws error.
Current solution is I need to DROP modelbparesults table and then only I can run run_model_bpa_bulk again
So summary is run_model_bpa_bulk doesn't work if my modelbparesults table is empty.