prefect.server.utilities.user_templates
Utilities to support safely rendering user-supplied templates
TemplateSecurityError
Bases: Exception
Raised when extended validation of a template fails.
Source code in src/prefect/server/utilities/user_templates.py
40 41 42 43 44 45 46 |
|
register_user_template_filters(filters)
Register additional filters that will be available to user templates
Source code in src/prefect/server/utilities/user_templates.py
49 50 51 |
|