I have a frontend that I want to call a function with 3 inputs: exampleFunc(‘a’,‘b’,‘c’). I want this function to update a dataset I have in Foundry. I understand that python or SQL transforms can update a dataset, but I haven’t figured out a way to make them public as a useable function. Does anyone know how to do this?
I am trying to replace the values of a dataset with new values. Then I will set up a schedule that listens for these changes which will trigger a model to retrain. This is the only chronology I can think of that will allow my frontend to trigger a retrain on new data. If there is a better way, please let me know!!!