@Marvin - is there a character limit to what a flow can be named?
m
Marvin
02/21/2025, 10:16 PM
There doesn't appear to be a specific character limit for flow names in Prefect 3.x, but there are restrictions on the characters that can be used in a flow name. The flow name must not contain any banned characters. If a name contains invalid characters, an
InvalidNameError
will be raised. For more details, you can explore the source code on GitHub.
If you have any further questions or need more specific information, feel free to ask.