Elijah ben Izzy
Elijah ben Izzy
@pjfanning read through. The release, I imagine, will include just the artifacts of source code, anything that is needed. This is a subset of the repository, and included by what...
I think that 1271 is close -- I have some changes to make on top of it! Will report back then we can move to this.
This (+ other equivalent) should be changed to propogate tags (I think...). Depends on the way that tag is applied, but yeah, ordering is a bit odd. https://github.com/DAGWorks-Inc/hamilton/blob/acd2fc75692cfbe4c98eede3f5e89988c3950f1a/hamilton/function_modifiers/adapters.py#L575
OK, adding in -- I think that this makes sense. Having a non-iteration access is good -- mind adding another issue on that? For this, I think it makes sense...
The problem here is the originating functions... `@mutate` isn't attached to the function and we don't collect the references. We may want to: 1. Add to originating functions 2. Create...
> > The problem here is the originating functions... `@mutate` isn't attached to the function and we don't collect the references. We may want to: > > > > 1....
Copying the function might be cleaner -- if this works then great but I think there are a few assumptions that you'll have to check for (async, signature stuff), which...
@eric-czech will reach out and ask around. Quite a few people are using it for this purpose -- can you specify a little more on what the use-case is?
@eric-czech -- checking in -- how's it been so far? Curious if you've been able to start small...
I think we may want to consider deprecating this requirement -- feels like people naturally self-select for `resolve` and we don't need as many guard-rails...