Join us at inaugural PyAI Conf in San Francisco on March 10th! Learn more
prefect.runtime
from prefect.runtime import deployment print(f"This script is running from deployment {deployment.id} with parameters {deployment.parameters}")
Was this page helpful?