Enable passing custom data on pipeline instantiation #626
Closed
anthonypuppo
started this conversation in
2. Feature requests
Replies: 1 comment
-
Here it is, handlers now can receive in input custom data: #673 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The
DataPipeline.CustomData
property currently only supports inter-handler communication. It would be useful to be able to "bootstrap" with data from the caller (telemetry correlation identifiers, etc).Proposal, add a
Dictionary<string, object>? customPipelineData
argument to the necessary orchestrator/memory methods which setsDataPipeline.CustomData
before the initial pipeline file write.BaseOrchestrator.ImportDocumentAsync
could change to something like:I can create a PR if this is a valuable addition.
Beta Was this translation helpful? Give feedback.
All reactions