When creating a new data provider, it may return below error, if your query returns too many rows of record. You can either:   1. Limit the number of returning records by, e.g. SELECT * FROM sales order by creation_date desc limit 10000   => You may use this way, if your query just need