Closed proteusvacuum closed 4 days ago
Attention: Patch coverage is 76.47059%
with 16 lines
in your changes missing coverage. Please review.
:white_check_mark: All tests successful. No failed tests found.
:loudspeaker: Thoughts on this report? Let us know!
🚨 Try these New Features:
Cool that we can see the path a message takes! Agreed with Simon that this looks useful and like a good starting point.
One other future thought is that we'll want to chat to individual nodes and/or subsets of the pipeline. Choosing an arbitrary start and end node would be useful.
This pull request was deployed and Sentry observed the following issues:
apps.pipelines.tasks.get_response_for_pipeline_...
View IssueDid you find this useful? React with a 👍 or 👎
Description
Adds the ability to send test messages through a pipeline. This allows users to validate that the pipeline builds, and users can also visualize the outputs / inputs between each node.
User Impact
Users will have much faster feedback on what is happening within a pipeline.
Demo
https://github.com/user-attachments/assets/d2899b91-9896-4119-b6f8-938f054b56d6
Docs