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
When a pipeline behaves unexpectedly, users need to look into what's happening for their pipeline. For this, we want to add a feature that allows users to tap into the dataflow of pipelines.
This is a two-step process:
Implement a tap source operator that given a pipeline id and an operator id shows the data flowing out of that operator.
Design and implement how the user interacts with the tap operator in the app.
The content you are editing has changed. Please copy your edits and refresh the page.
mavam
changed the title
Peek into Flowing Data between Operators in Managed Pipelines
Tap into Flowing Data between Operators in Managed Pipelines
May 27, 2024
When a pipeline behaves unexpectedly, users need to look into what's happening for their pipeline. For this, we want to add a feature that allows users to tap into the dataflow of pipelines.
This is a two-step process:
tap
source operator that given a pipeline id and an operator id shows the data flowing out of that operator.tap
operator in the app.Definition of Done
The text was updated successfully, but these errors were encountered: