Niels Bantilan
Niels Bantilan
Currently, `pydantic` and `typeguard` are being used in `pandas_engine.py` to implement support for generic types via the `PythonGenericType` datatype: https://github.com/unionai-oss/pandera/blob/main/pandera/engines/pandas_engine.py#L1347. Consider making this either: a soft dependency such that the...
The packages listed in the issue title add more dependencies to pandera than necessary. With the exception of `multimethod`, which does add value in terms of dispatching functions in the...
### Motivation: Why do you think this is important? New flytekit users will often try to manipulate promises expecting them to be regular python values. This throws off the user...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade com.google.api.grpc:proto-google-common-protos from 2.30.0 to 2.36.0. :information_source: Keep your dependencies up-to-date....
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade org.scala-lang:scala-reflect from 2.12.18 to 2.13.13. :information_source: Keep your dependencies up-to-date....
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade com.google.errorprone:error_prone_annotations from 2.24.0 to 2.26.1. :information_source: Keep your dependencies up-to-date....
This PR updates the readthedocs config file to use the monodocs build process so that we can capture changes in the flytesnacks repo in the PR readthedocs previews.
Signed-off-by: Niels Bantilan ## Add `partition_columns` to `StructuredDatasetType` Partially addresses https://github.com/flyteorg/flyte/issues/3219 # TL;DR This PR adds an additional property to the `StructureDatasetType` protobuf definition so that metadata about which columns...
### Troubleshooting docs - [X] My problem is not solved in the Troubleshooting docs ### Anaconda default channels - [X] I do NOT use the Anaconda default channels (pkgs/* etc.)...