368545
New Contributor III

It got fixed last week from Databricks.

There was no problem with the permission, since if the query not hit the cache, then we could get the result. We had to add some workarounds with `select random(), * from table` instead of `select * from table`.

View solution in original post