prefect.deployments.steps.core
prefect deploy
documentation for more details)requires
keyword is used to install the necessary packagesrun_step
{"importable.func.name": {"kwarg1": "value1", ...}}
.
The ‘id and ‘requires’ keywords are reserved for specific purposes and will be removed from the
inputs before passing to the step function:
This keyword is used to specify packages that should be installed before running the step.
run_steps
StepExecutionError