Hey @katzy687 @amosshachar
In migrate_connections.py the returned list of '_recursive_get_connections' returned empty due to recursive calls it get re-initiated.
I'm trying to push an easy fix but I don't have write access.
My easy fix is to move line 19 'result = []' to line 11 and make the list global. it maybe not the best of a solution but a one time run script and it did the job for me.