Markus Scheidgen
Markus Scheidgen
The current implementation assumes no API path prefix (e.g.`CONFIG.root_path==None`). If there is a prefix some URLs are wrong. The fix in this PR is on `get_base_url` and also on one...
The server part of OPT is designed as a standalone application, which makes it hard to use it as a library, e.g. include it in another application. I in particular...
Thanks for the great tool. Maybe it can even help me with this problem. I know that we can use custom properties and assign them to public fields or setters...
### Flyte & Flytekit version This can be reproduced with flytekit==1.16.5. ### Describe the bug FlyteFiles can be used in Pydantic models. When you serialize and deserialize a Pydantic model...