https://pulumi.com logo
#python
Title
k

kind-jelly-61624

06/18/2023, 4:07 AM
Hello! I have one Component Provider (CP_A) that creates a certain resource. I created another Component Provider (CP_B) that deploys 3 resources, one of which is one of the resources in CP_A. So I packaged up CP_A and imported it into CP_B, but - when I do a `pulumi up`I get this strange error
Copy code
Exception: Unexpected <class 'Exception'>: Unexpected <class 'AttributeError'>: 'DependencyResource' object has no attribute '_transformations'
Is this error related to this https://github.com/pulumi/pulumi/issues/12996 by any chance or could this just be a user error?
e

echoing-dinner-19531

06/18/2023, 8:09 AM
This looks like a bug, can you raise an issue at https://github.com/pulumi/pulumi/issues about it. Looks like the parenting code doesn't correctly handle component resources as parents.
k

kind-jelly-61624

06/18/2023, 4:28 PM
can do! thanks @echoing-dinner-19531!