Ram Prasad N
08/05/2024, 2:08 PMNate
08/05/2024, 3:50 PMparameters
when creating flow runs, whether you're creating them from the SDK, CLI, UI or API directly
for example
from prefect.deployments import run_deployment
run_deployment("my-flow/my-deployment", parameters=dict(some_param=42))
Ram Prasad N
08/06/2024, 11:02 AMRam Prasad N
08/06/2024, 11:04 AMNate
08/06/2024, 1:23 PMjob_variables
? like image
from your work pool ?
https://docs.prefect.io/latest/guides/deployment/overriding-job-variables/