https://prefect.io logo
Title
o

Oscar Björhn

08/09/2022, 4:29 PM
Is it not possible to get each deployment's associated id somehow, using the python client library? I can get a list of deployments including metadata such as their name, storage id, deployment id etc, but I don't see the deployment id itself..
1
k

Khuyen Tran

08/09/2022, 4:32 PM
I’m not sure if I understood your question. Did you want to get a deployment id using Python?
o

Oscar Björhn

08/09/2022, 4:35 PM
Yeah. I found it, there's an id property on the deployment object. Must be part of a base class, my bad. Thanks anyway, sorry for rubber ducking in the slack channel! 😅
1
k

Khuyen Tran

08/09/2022, 4:40 PM
Glad you figured it out
o

Oscar Björhn

08/09/2022, 4:40 PM
Don't let anyone know I'm not very good at python. 😉