Asynchronous execution of plugin components

vishet
Level 3
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?

 

 

0 Kudos
2 Replies
CoreyS
Dataiker Alumni

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.

Looking for more resources to help you use Dataiku effectively and upskill your knowledge? Check out these great resources: Dataiku Academy | Documentation | Knowledge Base

A reply answered your question? Mark as โ€˜Accepted Solutionโ€™ to help others like you!
0 Kudos
MehdiH
Dataiker

Hi @vishet , thank you for reaching out

Could 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

0 Kudos