Closed aarnphm closed 1 year ago
Closing this one, I don't think it's important. Maybe we can include the relevant API in the log message, but fundamentally there really are that many warnings.
I'm finding this is causing a lot of log bloating as well to be honest
Hi @tomukmatthews - this issue will be addressed in an upcoming new version of the IO Descriptor and client library: https://github.com/bentoml/BentoML/pull/4240, where we introduced a standard schema to create a much better API client experience
Hi @tomukmatthews - this issue will be addressed in an upcoming new version of the IO Descriptor and client library: #4240, where we introduced a standard schema to create a much better API client experience
Thanks this looks great, looking forward to it! 👏
Feature request
It would be nice if warning from client should only printed once.
Right now if user have multiple JSON IO with multiple pydantic schema and they use
bentoml.client.Client
, the warning fromfrom_spec
will be printed multiple times.Motivation
Reproducer:
Other
No response