Farhood Etaati
07/10/2023, 8:49 AMjob_variables object to a deployment object in python? The docs only talk about yaml and cli configurations for work-pool and base job templating.Farhood Etaati
07/10/2023, 9:39 AMinfra_overrides argument in Deployment constructor. I think this is rather very confusing and undocumented behavior. This needs its own argument or rather a DeploymentConfig struct is needed.Jeff Hale
07/10/2023, 12:11 PMprefect.yaml deployment configuration file has a job_variables section that is the recommended way to set configuration. Read more here. This isn’t a Python-based method.
Thank you for the feedback on the Python-based deployment documentation.