prefect.types.entrypoint
EntrypointType
Enum representing a entrypoint type.
File path entrypoints are in the format: path/to/file.py:function_name. Module path entrypoints are in the format: path.to.module.function_name.
path/to/file.py:function_name
path.to.module.function_name
Was this page helpful?