Join Slack
Powered by
Is there a way to make Prefect 2 use the actual fu...
# prefect-getting-started
q
quassy
05/22/2023, 10:06 PM
Is there a way to make Prefect 2 use the actual function name as default flow name without explicitly setting it via
name=
?
Copy code
@flow def do_things(): # flow will be named do-things not do_things as expected pass
2
Views
Open in Slack
Previous
Next