Elijah ben Izzy
Elijah ben Izzy
> > > config is a place to put invariant inputs as well; i.e. "config", the dictionary passed in for it, can be a runtime input. It's always been that...
Hmm this might be a bit tricky -- we'll probably want to add a `get_execution_plan()` for the `HamiltonGraph` object. Otherwise we won't have access to the number. Otherwise we'll also...
Another one -- if you call to output a node within a `Parallelizable` statement, it will treat it as a list, rather than individuals. See this as repro: ```python import...
Documented here: https://github.com/DAGWorks-Inc/hamilton/pull/745
Hey! Thanks, this is a known limitation (see point 5 here) -- https://github.com/DAGWorks-Inc/hamilton/issues/301. That said, there's an easy workaround -- you can group them *before* running `Collect`. E.G. ```python def...
Similar to this: https://github.com/DAGWorks-Inc/hamilton/issues/90
> @elijahbenizzy I think what's required here is a `target_=` parameter, but that would require changing `parameterize` for `inject` since inject subclasses it? `inject` should not subclass `@parameterize` -- implementing...
> Yeah it's because it's empty it doesn't work. It needs a node with that input defined right now to work. > > ![Screen Shot 2024-02-23 at 5 54 29...
> Hey there, I would love to give this a go with one of the pandas i/o methods. I'm new to contributing on GitHub so I appreciate the cooperative work....
OK, revisiting this, gpt-4 could be *really* good here... gpt-3.5 was able to do this decently...