Open DnlRKorn opened 2 months ago
I'm fairly sure the issue here is that koza expects StopIteration
to be raised to know when to stop running the transform script. Since that exception is never raised, the script continues to be run
i.e. it never breaks out of this loop:
I tried to replace the following line of code
with
But this caused some form of infinite loop to begin firing within the koza module