Niels Bantilan
Niels Bantilan
Can you share a minimally reproducible code snippet?
also what version of pandas and pyarrow are you using?
Please provide minimally reproducible code, with version of pandas, pyarrow, and pandera to get help
Can you provide the full stacktrace @FreekPaans? want to see what the offending line is
will cut a bugfix release by eow
error seems unrelated to this PR: ``` @classmethod def infer_column(cls, column: Sequence) -> dt.DataType: """Infer the ibis type of a sequence.""" import pyarrow as pa > import pyarrow_hotfix # noqa:...
Thanks for reporting this @jherrmannNetfonds, this is definitely a bug, the two cases you listed should work as you expect. Will look into this
please feel free to make a PR!
One comment here re: `FlyteRemote` API. When accessing outputs in the `{Workflow, Task}Execution` objects, one thought is to introduce another attribute `execution.output` (as opposed to the current `outputs` attribute) since...
Thanks for the contribution @danieldanciu ! I made some changes to the plugin recently, namely renamed the modules and updated some functionality: https://github.com/flyteorg/flytekit/tree/master/plugins/flytekit-pandera/flytekitplugins/pandera Do you mind applying the change to...