Skip to main content

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