Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.prefect.io/llms.txt

Use this file to discover all available pages before exploring further.

prefect.bundles.execute

Functions

execute_bundle_from_file

execute_bundle_from_file(key: str) -> None
Loads a bundle from a file and executes it. Args:
  • key: The key of the bundle to execute.

execute_bundle

execute_bundle(bundle: dict[str, Any]) -> None