prefect.plugins
Utilities for loading plugins that extend Prefect’s functionality.
Plugins are detected by entry point definitions in package setup files.
Currently supported entrypoints:
- prefect.collections: Identifies this package as a Prefect collection that should be imported when Prefect is imported.
Functions
safe_load_entrypoints
load_prefect_collections
prefect.collections
.