Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic Json parameter in framework pipelines parameters (ex. Tumbling Window Trigger Parameters) #118

Open
samsonfr opened this issue Aug 25, 2022 · 0 comments

Comments

@samsonfr
Copy link

I think it would be useful if the Framework pipelines would accept and pass around (to reach worker pipelines) a string parameter that could contain Json. It would allow one or more "dynamic parameters".

For exemple, if I would like to create a daily Tumbling Window Trigger and pass the particular day to load to the framework so that it reaches my workers pipelines, I could simply build a Json string containing the information.

Another example would be the use of a Storage Event Trigger or Custom Event Trigger to start a batch execution. It would provide a way to pass dynamic information (ex. @triggerBody().folderPath and @triggerBody().fileName).

I hope my suggestion is clear and that others see value in it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant