Is it not possible to get each deployment's associ...
# prefect-community
o
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
I’m not sure if I understood your question. Did you want to get a deployment id using Python?
o
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
Glad you figured it out
o
Don't let anyone know I'm not very good at python. 😉