jruhl
New Contributor III

`SELECT COUNT(*)` with & without a `LIMIT 1000` both return a count of 100. I did run `

REFRESH FOREIGN TABLE` before the queries.
 
Currently query federation is being used. I'm going to try to setup catalog federation, since that would be preferable for querying the table's data. Thank you