You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
filter predicate needs to be able to access a read-only copy of
Pipeline._graph
kpops/kpops/pipeline/__init__.py
Line 84 in 264a404
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 #528The text was updated successfully, but these errors were encountered: