This message was deleted.
# hamilton-help
s
This message was deleted.
👀 1
s
can you try flipping the order of the decorators:
Copy code
@extract_columns('prompt', 'seed')
@does(_cross_join)
def prompt_seed_cross_join(sample_field1: pd.Series, sample_field2:pd.Series) -> pd.DataFrame:
b
flipping the order of the decorators doesn't change the result. Same error
🤔 1
s
sounds like a 🐛 then. Let me recreate the issue locally.
b
thanks for looking into it
s
okay confirmed I can recreate it.
okay I think I found the issue; we aren’t propagating the type.
b
I guess I'll wait for a patch then
s
yep — will create an issue for it shortly; don’t think it should be a hard fix. Thanks for finding it 🙂
@Baldo Faieta I believe I have a fix here — https://github.com/stitchfix/hamilton/pull/245 if you have time I’d love for you to verify it.
@Baldo Faieta you should be able to try out the fix by installing Hamilton from the branch with the fix:
Copy code
pip install <git+ssh://git@github.com/stitchfix/hamilton.git@fix_does>
if you use ssh to authenticate with github.
Could you do that to verify it please?
b
@Stefan Krawczyk I'll try it and let you know
👍 1
@Stefan Krawczyk I tried it and it works! Also, it is agnostic to the order of the decorators which is nice. Thank you for you fast turn around
👍 1
s
@Baldo Faieta great! You’re welcome. I’ll work on getting a new release out with @Elijah Ben Izzy to push the fix.