Delegate in metada
Hi , I'm trying to create a data handler in windmill dev web ui. I'm faced with the challenge of solving the delegate of a data insertion. In the metadata settings, how can I overcome this and set an option that indicates who made the insertion request?
5 Replies
Hi Leandro, I do not understand the question, could you rephrase it with much more details pl
Hi, I'm working on creating a data handler in the Windmill Dev web UI and I'm encountering an issue with delegating data insertion. Specifically, I need to configure the metadata settings to include an option that identifies who made the insertion request.
Here are the details of my setup and the problem I'm facing:
1. Current Setup:
- I'm using Windmill Dev version
- The data handler is set up to handle [describe the type of data, e.g., user information, transaction records, etc.].
- The metadata settings currently include summary, path and description.
2. Problem:
- I need to add a feature that records the user or system that made the data insertion request.
- I'm unsure how to modify the metadata settings to include this information.
3. Attempts to Solve: - I have tried in the description to put a tag<requested> and then use some function that reads the description and sees if the tag has some user name on it Could someone guide me on how to configure the metadata settings to include the requester information for data insertions? Any examples or step-by-step instructions would be greatly appreciated.
3. Attempts to Solve: - I have tried in the description to put a tag<requested> and then use some function that reads the description and sees if the tag has some user name on it Could someone guide me on how to configure the metadata settings to include the requester information for data insertions? Any examples or step-by-step instructions would be greatly appreciated.
How is that data handler triggered?
in ta flow
I don't understand