prefect.types.names
raise_on_name_alphanumeric_dashes_only
raise_on_name_alphanumeric_dashes_only(value: str | None, field_name: str = 'value') -> str | None
raise_on_name_alphanumeric_underscores_only
raise_on_name_alphanumeric_underscores_only(value: str | None, field_name: str = 'value') -> str | None
raise_on_name_alphanumeric_dashes_underscores_only
raise_on_name_alphanumeric_dashes_underscores_only(value: str, field_name: str = 'value') -> str
non_emptyish
non_emptyish(value: str) -> str
validate_uri
validate_uri(value: str) -> str
Validate that a string is a valid URI with lowercase protocol.
Was this page helpful?