nate nowack
nate nowack
as an enhancement, it'd be nice if you could do ```python from pydantic import BaseModel, Field from marvin.utilities.retries import retry_with_fallback class SomeFancyType(BaseModel): some_field: str class LLMMadLib(BaseModel): what_i_want: SomeFancyType RETRY_CONFIGS =...
### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to look for a similar issue and didn't find it....
### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to look for a similar issue and didn't find it....
### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to try to find a similar issue and didn't find...
### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to look for a similar issue and didn't find it....
Instead of enforcing the use of the `{"propertyName": "key", "propertyValue": "value"}` `tags` format, we should allow users to specify their Monte Carlo lineage `tags` as simple `dict` objects: `{"key": "value"}`...
this PR - implements the equivalent of `.json(..., include_secrets=True)` via `@model_serializer` and `visit_collection` - updates `VARIABLE_TYPES` to be a self-validating type `StrictVariableValue` which is a (ordered!) `Union` type of `Strict`...
# Expectation / Proposal `timeout_seconds` should be enforced just like in normal tasks / flows # Traceback / Example with the following example, we'd expect to fail after 3 seconds,...
closes #14406 handles the case where an `loc` item might be an `int`, when you are referring an index in a list input type ```python File "/home/nmclean/.cache/pypoetry/virtualenvs/global-calculator-UYA1GDje-py3.11/lib/python3.11/site-packages/prefect/exceptions.py", line 181, in...