Hello everyone,
My use case assume that we execute a job where we load from Redis few data and turn it into DS to register them as tables.
But, it's possible that after have completed this step the data might change and we may need to read again the data to keep the tables content up to date. Here is where our doubt comes up. We need to know whether or not is possible within a job reload the tables information after certain time frame frequently without restart the job and have to register again the tables from the beginning.
I appreciate your comments and the way we could approach this use case.
Thanks so much