Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sdk/python] Transitive component dependencies. #7732

Merged
merged 1 commit into from
Aug 12, 2021

Conversation

pgavlin
Copy link
Member

@pgavlin pgavlin commented Aug 10, 2021

Implement Node/.NET-style dependency semantics for component resources.
Depending on a component implicitly depends on all of the component's
children. The exact set of children depends on exactly when the
component resource is observed.

Part of #7542.

@pgavlin pgavlin added the p1 A bug severe enough to be the next item assigned to an engineer label Aug 10, 2021
Copy link
Member

@justinvp justinvp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

sdk/python/lib/pulumi/runtime/resource.py Outdated Show resolved Hide resolved
sdk/python/lib/pulumi/runtime/resource.py Show resolved Hide resolved
CHANGELOG_PENDING.md Outdated Show resolved Hide resolved
@pgavlin pgavlin force-pushed the pgavlin/gh7542-python branch 2 times, most recently from 0bbbccf to dbcd722 Compare August 11, 2021 22:03
Implement Node/.NET-style dependency semantics for component resources.
Depending on a component implicitly depends on all of the component's
children. The exact set of children depends on exactly when the
component resource is observed.

Part of #7542.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p1 A bug severe enough to be the next item assigned to an engineer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants