https://prefect.io logo
Title
a

Avinash Santhanagopalan

04/26/2023, 9:50 PM
I think I am experiencing some kind of bug with deployment names. We have the same kind of deployment that has different parameters in different agent pools. So we named this deployment run_{work_pool}_extraction. But every new deployment keeps overwriting the old one and it uses flow_name/flow_name instead of using the parameterized deployment name. This line seems to not be having any effect https://github.com/PrefectHQ/prefect/blob/70ca8f1e7ba19fc0bda1fc0bde0b02572964be30/src/prefect/deployments.py#L763 possibly due to using both self and @classmethod in the same class