Niels Bantilan

Results 470 comments of Niels Bantilan
trafficstars

> @eapolinario please confirm, did we decide this needed to be included in the serialized flyteidl type or could just be read from metadata within flytekit at runtime? I may...

Just to circle back to this: we opted to: 1. Initialize the `Elastic` task config with a default pod template: ```python PodTemplate( primary_container_name="pytorch", pod_spec=V1PodSpec( containers=[ V1Container( name="pytorch", volume_mounts=[V1VolumeMount(mount_path="/dev/shm", name="dshm")] )...

hi all! `pandera` author here 👋, just wanted to drop a note here to say we're going to start investing resources in pandera-polars support: https://github.com/unionai-oss/pandera/issues/1064. Not sure how far along...

Note: another simple solution proposed by @thomasjpfan to this is a `--copy ` flag

`--local-package` implies that it'll actually be installed in the environment, whereas in reality it's just a directory in `PYTHONPATH`.

I've thought about this a lot, and I think we're getting closer to this world. However my main concern is that this generic dataframe schema will have to include a...

please open up a PR with the suggestions

good catch! https://github.com/unionai-oss/pandera/pull/1638 should fix this. it also updates the docs so that using `Annotated` types requires passing in all of the pos and kwargs: ```python class ModelTZAgnosticAnnotated(DataFrameModel): datetime_col: Annotated[pe.DateTime,...

thanks @nk4456542, this is awesome! Looks like some of the tests are broken ``` =========================== short test summary info ============================ FAILED tests/core/test_pandas_config.py::TestPandasDataFrameConfig::test_disable_validation - AssertionError: assert {'validation_enabled': False, 'validation_depth': , 'cache_dataframe':...

hi @nk4456542 friendly ping on progress here, let me know if you need any help!