schema_tools
hydration
Methods:
Methods:
Methods:
Methods:
Methods:
Methods:
Methods:
Methods:
Methods:
Methods:
Methods:
Methods:
Methods:
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
prefect.utilities.schema_tools.hydrationhandler handler(kind: PrefectKind) -> Callable[[Handler], Handler]
call_handler call_handler(kind: PrefectKind, obj: dict[str, Any], ctx: HydrationContext) -> Any
null_handler null_handler(obj: dict[str, Any], ctx: HydrationContext)
json_handler json_handler(obj: dict[str, Any], ctx: HydrationContext)
jinja_handler jinja_handler(obj: dict[str, Any], ctx: HydrationContext) -> Any
workspace_variable_handler workspace_variable_handler(obj: dict[str, Any], ctx: HydrationContext) -> Any
hydrate hydrate(obj: dict[str, Any], ctx: Optional[HydrationContext] = None) -> dict[str, Any]
HydrationContext build build(cls, session: AsyncSession, raise_on_error: bool = False, render_jinja: bool = False, render_workspace_variables: bool = False) -> Self
Placeholder is_error is_error(self) -> bool
RemoveValue is_error is_error(self) -> bool
HydrationError is_error is_error(self) -> bool
is_error is_error(self) -> bool
message message(self) -> str
KeyNotFound is_error is_error(self) -> bool
key key(self) -> str
message message(self) -> str
message message(self) -> str
ValueNotFound key key(self) -> str
key key(self) -> str
message message(self) -> str
TemplateNotFound key key(self) -> str
key key(self) -> str
message message(self) -> str
VariableNameNotFound key key(self) -> str
key key(self) -> str
message message(self) -> str
InvalidJSON is_error is_error(self) -> bool
message message(self) -> str
message message(self) -> str
InvalidJinja is_error is_error(self) -> bool
message message(self) -> str
message message(self) -> str
WorkspaceVariableNotFound is_error is_error(self) -> bool
message message(self) -> str
message message(self) -> str
variable_name variable_name(self) -> str
WorkspaceVariable is_error is_error(self) -> bool
ValidJinja is_error is_error(self) -> bool
Was this page helpful?