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

Allow filtering with graph nodes #530

Open
disrupted opened this issue Aug 20, 2024 · 0 comments
Open

Allow filtering with graph nodes #530

disrupted opened this issue Aug 20, 2024 · 0 comments

Comments

@disrupted
Copy link
Member

filter predicate needs to be able to access a read-only copy of Pipeline._graph

def filter(self, predicate: ComponentFilterPredicate) -> None:

this would allow implementing filters on the NetworkX pipeline graph, such as being able to deploy all components downstream from a specific component --filter from=test-producer. This depends on #528

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant