At some specific parts of my transformation I decided to use late resolve
:-(. But now I realize that I need some objects halfway through my
transformation - and not at the end, when late resolve create the objects.
So, I'd like to know if there is a way of forcing pending references (to be
used, at my own risk, at some point when I know that all objects from the
first part of the transformation should already be created).