Niels Bantilan

Results 470 comments of Niels Bantilan
trafficstars

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

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

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...