Lim Hoang

Results 21 comments of Lim Hoang

Thanks. Sorry I know I have not been very active lately. I will look at this feature request this weekend.

De-prioritize for 1.0. Seems like a nice to have, not a must have.

That's unfortunate. Let me check it. Upon closer investigation, @nypisces there is already a check in place to make sure what we are decoding isn't `str`. In your stacktrace, it...

Yea it's not that odd. It takes a bit more work to properly parse the child of ListSerializer than a plain Serializer with many=True

Hey @tynandebold > What problem is this solving? It _should_ reduce the complexity and improve robustness of the repository layer in the backend quite a bit. It might also open...

@datajoely I think we should add an optional `head` API to Kedro Dataset if we were to do this. This allows viz to preview beyond pandas or spark and avoid...

This is going to be challenging. Hooks are not declarative. Its behaviour, e.g. which nodes to apply to, changes at runtime. To be able to do this, we need runtime...

@tynandebold @rashidakanchwala iirc it was a deliberate decision to throw away edges to avoid cycles. If you scroll to the Edge cases section in this PDF, I noted a couple...