Damian Barabonkov

Results 3 comments of Damian Barabonkov

Sorry for the delays. I will try to dig around my computer to find this code since this original issue was opened more than 2 years ago.

I am unclear what you mean by build a dictionary to hold temporary values in parallel. My more specific use case is something like in (v22 style): ```python target =...

So I gave you an overly simplified example. Actually, my scope path is wrapped in a `Coalese` to handle any missing values with a `MISSING`. For example `S(id=Coalesce("id", default=MISSING))`. So...