Asynchronous execution of plugin components
Hi,
I am developing a plugin and one of the requirements is for a component to run when there is a specific change made to a web app ( clicking the save button) on this action, I would like for some changes to happen to a managed folder in updating the data that is fetched. Is there a way for me to pass values across plugin components and if yes, how do i invoke it asyncronously?
Answers
-
CoreyS Dataiker Alumni, Dataiku DSS Core Designer, Dataiku DSS Core Concepts, Registered Posts: 1,150 ✭✭✭✭✭✭✭✭✭
Hi, @vishet
! Can you provide any further details on the thread to assist users in helping you find a solution (insert examples like DSS version etc.) Also, can you let us know if you’ve tried any fixes already?This should lead to a quicker response from the community. -
Hi @vishet
, thank you for reaching outCould you provide a bit more context concerning your webapp, the type of component that you want to run, and how the managed folder is created ?
What you could do, for instance, is use the dataiku python API to upload a file to the managed folder from your webapp backend
Cheers