Hola @Harvey_Gordillo
Pude ver en la documentación que las solicitudes a través de API realmente tienen limitaciones.
Obtendrá un poco más de registros por solicitud si crea un token en la plataforma, incluso con token, el número de respuestas tendrá alguna limitación por parte de la API.
por favor lea la siguiente documentación de API en:
Socrata Developer Portal | Socrata
say:
All requests should include an app token that identifies your application, and each application should have its own unique app token. A limited number of requests can be made without an app token, but they are subject to much lower throttling limits than request that do include one. With an app token, your application is guaranteed access to it’s own pool of requests.”
Lea también esta otra documentación en:
Getting started with the SODA Consumer API | Socrata
“ Throttling and Application Tokens
Hold on a second! Before you go storming off to make the next great open data app, you should understand how SODA handles throttling. You can make a certain number of requests without an application token, but they come from a shared pool and you’re eventually going to get cut off.
If you want more requests, sign up for a Socrata account, then register for an application token and your application will be granted up to 1000 requests per rolling hour period. If you need even more than that, special exceptions are made by request. You can contact our support team here
Al descargar a través de la plataforma, no tiene esta restricción.
En resumen, esta no es una limitación de KNIME, sino el punto final que quiere extraer la información.