Hello.
I want to expose notifications from dremio, I have a search query with certain conditions, I want that every time a value with these conditions is found it is inserted in a table. All this should be in automatic, as if it were a cron jobs that is running every 5 minutes. Is this possible?.
I use nodejs with odbc driver to consult the table of the values that fulfilled the condition, is it possible that dremio notifies that I insert a new value that fulfilled the search conditions ?, so that I do not have to be executing the end point of nodejs every some time.