Fraser Waters
Fraser Waters
Stack policies only get to see resource outputs, this would need resource inputs sent as well.
Pythons json.dump by default doesn't support user classes. We think we could add a `__dict__` method to these types (they are just data containers) to get json.dump to accept it...
I agree with @lbialy's assessment this is an eks problem. Being an MLC rather than an standard resource provider it needs to correctly deal with output values, it can't just...
Think this is done for everything but Java now.
I think this is because there's no way for dynamic providers to fully fill in a diff response. Should just be a case of exposing a load more of the...
@nierob exactly what preview command are you running?
Ah targets, that's probably the cause, they complicate a lot of the engine internals. We can take a look.
OK so this is not a simple case to repro, but also I don't think this is supported. Normally if you try and update providers in a targeted run you'll...
@nierob is there any chance you have a repro program for this? I've spent the day looking at the code and I can't trigger this error. I think the basic...
Well it will depend on your initial state, so you might want to "stack export" a backup that's flaking so you can keep trying with that state. It's probably due...