batch load history into streaming dataset for streaming evaluation
Say I have a set of current profiles in and enterprise database. I could load all those profiles as a batch job. However, after that load, all the new profiles and updates are ingested via streaming processes. I need the streaming because using AJO I need to enable streaming evaluation. Now if I load the initial profiles as a batch load and ongoing changes (new or updates) as streaming, will AJO be able to use the profile attributes for streaming evaluation?