New views are immediately available

Thanks for the clarification. I just wanted to make sure I wasn’t missing anything.

I got pretty good success by writing a chunk of code that would loop up to 5 times. It would try to create the view and execute it with non-stale data. If something errored, it would sleep for 1000 ms and try again. There’s a few-second delay the first time through, but it comes back with data which is exactly what I needed.

As simple as that is, it would be nice to see it built into the Java SDK for scenarios where people create a view on the fly and need to use it immediately.