Wei-Yu Kao
Wei-Yu Kao
Hi @charliemoriarty, I looked into this issue, and I found that `flytekit.testing` does support patching subworkflows. I ran your example with the necessary modifications, and it functions well. The only...
Hi @danieldanciu, The `pandera.typing.DataFrame` is a generic type for `pandas.DataFrame`. You can refer to it [here](https://github.com/unionai-oss/pandera/blob/97221a63f60738ddf08ae4f6bdde89c13ac21dbb/pandera/typing/pandas.py#L83). Therefore, it should be fine for `to_python_value()` to return a `pandas.core.frame.DataFrame` type. cc: @pingsutw
Hi everyone, I’m currently working on this issue, and most of the necessary modifications have been completed. Please follow the PR linked above for updates. Thank you! Thanks to @davidmirror-ops...
@wild-endeavor No problem, I'll update this PR to align with the new interface.
Hi @Future-Outlier and @wild-endeavor, I’ve been encountering an issue while running a Flytekit test case. The error I'm seeing is as follows: ``` [1/1] currentAttempt done. Last Error: USER::Pod failed....
It's the original one, I used to run Flytesnacks ``` plugins: logs: kubernetes-enabled: true kubernetes-template-uri: http://localhost:30080/kubernetes-dashboard/#/log/{{.namespace }}/{{ .podName }}/pod?namespace={{ .namespace }} cloudwatch-enabled: false stackdriver-enabled: false k8s: default-env-vars: - FLYTE_AWS_ENDPOINT: http://flyte-sandbox-minio.flyte:9000...
@Future-Outlier , I'll try it later, thank you
@Future-Outlier , I add copilot image `image: "cr.flyte.org/flyteorg/flytecopilot:v1.13.1"` to the config, but the task still failed, do I need to push the image, or do anything else?
> > @Future-Outlier , I add copilot image `image: "cr.flyte.org/flyteorg/flytecopilot:v1.13.1"` to the config, but the task still failed, do I need to push the image, or do anything else? >...
Thanks for the insights, @Future-Outlier. I was able to test my copilot image and noticed an error in `write_flytedir.py` in your example : ``` Error: s3:/my-s3-bucket/data/9x/al2ts9fhllvlghff6dx6-n0-0/a0a112e1a40ca0f61ee2b4e6f4d3911c does not exist or...