This addresses some scalability issues we ran into.
We ran into Cloud SQL instances in the FAILED state, which just cause rpe-lib to wait the max wait time when we know they'll never reach a running state
Calling getAncestry on every resource quickly hits cloudresourcemanager API quotas. So retrieveing the organization is removed from the resources' to_dict() call. It's still available using the resource.organization property
This addresses some scalability issues we ran into.
FAILED
state, which just cause rpe-lib to wait the max wait time when we know they'll never reach a running stateto_dict()
call. It's still available using theresource.organization
property