Wes Galbraith

Results 10 comments of Wes Galbraith

@jacobvenable can I work on this?

Hi, can I have a go at implementing this with pytables?

Hi, can I work on this issue?

Hi. Can I work on this issue?

I'm having trouble getting the plugin to behave as described. @pingsutw perhaps you can offer some guidance? I'm using Python 3.9.11 on macos. These are the python dependencies I've installed:...

@samhita-alla I changed the workflow definition to ```python @workflow def training_workflow(config: Config = Config()) -> LogisticRegression: """Put all of the steps together into a single workflow.""" data = get_data() processed_data...

I guess I was misled by [this test](https://github.com/flyteorg/flytekit/blob/11e98fbac998fc2d396b8b4728e9adfd2e2297e1/plugins/flytekit-pydantic/tests/test_type_transformer.py#L163) that passes pydantic models directly to workflows. I think a `Promise` is being passed to the workflow instead of a model when...

Sure, here is the verbose output. Thanks. ```shell % pyflyte --verbose run ./pydantic_plugin/train_logistic_regression.py training_workflow 2023-10-04 12:41:49,366938 WARNING {"asctime": "2023-10-04 12:41:49,366", "name": "flytekit", "levelname": "WARNING", "message": "Unsupported Type found, Flyte will...