cold-carpenter-83628
01/30/2024, 6:39 PMself.next(self.end) , the function you see defined immediately below. What could be causing this to fail?
UPDATE: Here's what's wilder. When I rename validate_model to end and I make that print statement the last thing that ever happens in the flow, we get to the print statement, and it prints! And then the flow...fails.cold-carpenter-83628
01/30/2024, 8:06 PMancient-application-36103
01/30/2024, 9:39 PMancient-application-36103
01/30/2024, 9:40 PMvalidate_model will workcold-carpenter-83628
01/30/2024, 10:11 PMcold-carpenter-83628
01/30/2024, 10:12 PMcold-carpenter-83628
01/30/2024, 10:13 PMLTVModel is a custom model on our side, and validation_results.csv contains all the appropriate numbers indicating that .compare_actuals was successful.ancient-application-36103
01/30/2024, 10:17 PM<http://results_test.to|results_test.to>_csv... and reexecute - do you still run into an error? also, it might be quicker to iterate using python flow.py resume - it will execute this failed task immediatelycold-carpenter-83628
01/30/2024, 10:18 PMcold-carpenter-83628
01/30/2024, 10:26 PMancient-application-36103
01/30/2024, 10:30 PMbigquery.Client or the LTVModel class that is not allowing the step to terminate properly.cold-carpenter-83628
01/31/2024, 5:53 PMcold-carpenter-83628
01/31/2024, 5:53 PMcold-carpenter-83628
01/31/2024, 5:53 PMcold-carpenter-83628
01/31/2024, 5:53 PMcold-carpenter-83628
01/31/2024, 5:53 PMcold-carpenter-83628
01/31/2024, 6:17 PM.compare_actuals back in.cold-carpenter-83628
02/05/2024, 8:08 PMcold-carpenter-83628
02/05/2024, 8:08 PMcold-carpenter-83628
02/05/2024, 8:08 PMcold-carpenter-83628
02/05/2024, 8:10 PMretry and timeout, and those are both for cases where a line of code _fails_; not a line of code succeeds and then the workflow fails. About to dig into the metaflow code itself to see if I can figure out what might be going on.cold-carpenter-83628
02/05/2024, 9:15 PMancient-application-36103
02/05/2024, 9:15 PMcompare_actuals the culprit?ancient-application-36103
02/05/2024, 9:16 PMcold-carpenter-83628
02/05/2024, 9:16 PMcompare_actuals regardless.ancient-application-36103
02/05/2024, 9:16 PMcompare_actuals ?cold-carpenter-83628
02/05/2024, 9:16 PMcold-carpenter-83628
02/05/2024, 9:18 PMcold-carpenter-83628
02/05/2024, 9:20 PMtry catch finally block in it that would cause it to complete even if there were a problem.cold-carpenter-83628
02/05/2024, 9:24 PMcold-carpenter-83628
02/05/2024, 9:26 PMcompare_actuals that prints "Results saved!" does, indeed, run:cold-carpenter-83628
02/05/2024, 9:26 PMcompare_actuals and we can follow up here!ancient-application-36103
02/05/2024, 9:30 PM