I'm having an issue where a SOQL query on ForecastingQuota returns 0 results when using the Salesforce connector. However, running the exact same query using the exact same credentials in the Salesforce Developer Console does yield results.
Because the query works when I run it from the Salesforce Developer Console, I don't think it's an issue with my permissions. I have the "View All Forecasts" permission and on my profile and the "Allow Forecasting" permission on my user record. I created some Forecast Quotas directly in Setup in Salesforce, and I can see them when I query directly from the Developer Console.
I'm using Designer x64 version 2020.4.5. The connector does recognize the ForecastingQuota table and the fields it contains, it just doesn't return any results, even when the query does not contain a WHERE clause.