Niels Bantilan
Niels Bantilan
#### Documentation problem The current documentation demonstrates `pandera` usage by using the `pa.PandasDtype` enum, which can make things look a little unfamiliar to new-comers, especially since it now supports the...
**Is your feature request related to a problem? Please describe.** This issue tackles several problems with the related theme of producing more informative error messages in `Check`s, see discussion in...
Currently, only numpy arrays are supported by the numpy type extension. It would be useful to also support scalar data types as well. So today, this code will not work:...
We now have conda forge packages for unionml, flytekit, and flyteidl: - unionml: https://github.com/conda-forge/unionml-feedstock - flytekit: https://github.com/conda-forge/flytekit-feedstock - flyteidl: https://github.com/conda-forge/flyteidl-feedstock The purpose of this issue is to also create packages...
### Describe the bug There seems to be an issue with grpc when calling `pyflyte run` ``` equilibrium pyflyte run Traceback (most recent call last): File "/Users/bwilliams/miniforge3/envs/flyte/bin/pyflyte", line 5, in...
### Describe the issue As part of [project catapult](https://docs.google.com/document/d/1IIqt6h0zi4aCSuBnq69wCLr0cXdUTylHzKko3MXdQoQ/edit#), use the template resulting from this issue: https://github.com/flyteorg/flyte/issues/2219 to materialize the `core` examples in the flytesnacks repo, updating any file structure...
This weekend in the [Scipy 2022 sprints](https://www.scipy2022.scipy.org/sprints) and if you want to contribute read on! ### How? 1. Take a look at the [Flyte issues board](https://github.com/flyteorg/flyte/issues) and find an issue...
### Motivation: Why do you think this is important? [pydantic](https://pydantic-docs.helpmanual.io/) is a widely-used python data validation library. Similar to data classes, it offers a flexible way for users to create...
### Description We currently support S3, GCS, and Local FS data persistence for when Flyte has to serialize data that's passed from one task to another, we should write a...