Stefan Krawczyk
Stefan Krawczyk
Thanks @bovem - the `dask` one is related to how we shut `dask` down I believe. The dataframe is printed and it is correct, so I don't think there's an...
This was added in #209 . Closing this issue. Thanks @bovem !
Related feature idea - https://github.com/stitchfix/hamilton/issues/139
From @samhita-alla some examples to think look at: > For task plugins, we have: > * https://github.com/flyteorg/flytekit/blob/master/plugins/flytekit-greatexpectations/flytekitplugins/great_expectations/task.py, > * https://github.com/flyteorg/flytekit/blob/master/plugins/flytekit-papermill/flytekitplugins/papermill/task.py, Reference documentation - https://docs.flyte.org/projects/cookbook/en/latest/auto/core/extend_flyte/custom_task_plugin.html
@elshize just getting back around to this. > I imagined having an annotation when I'm using that dask data frame as argument in another node to say: this is a...
FYI - @gravesee - seems like I created this a while back for emission of metadata/usage. Would love any help in providing a motivating use case!
> Hi guys, while wide_to_long from @skrawcz function works for me I have a bit of trouble going long-to-wide. I have a column n columns that have x unique values....
@Arnechos understood. You should be able to do one of the following: # Create a function ```python # can create one to create the one-hot-encoded like you have def seasons_encoded(seasons:...
@Arnechos I merged #321 and have a release candidate that I think should mean you can remove that custom result builder -- `pip install sf-hamilton==1.17.0rc0` Could you give it a...
great, thanks -- yes we now prefix it automatically :) On Tue, Feb 21, 2023 at 5:10 AM Krystian Wawer ***@***.***> wrote: > @skrawcz On sf-hamilton==1.17 no issues, I >...