Rafael Pereira

Results 29 issues of Rafael Pereira

Currently, query results are downloaded eagerly, in spite of the use of `stream=True`. Instead, the query method should return an iterable leverage requests' `iter_content()` to download the data on-demand.

help wanted

Evaluate all chunks. Will require a dedicated account (API token) on data.world.

Review comments at https://github.com/ropensci/onboarding/issues/133 Comment on all suggestions, indicating: 1. Which ones we believe substantially improve our package and will implement 2. Which ones we believe are not critical and...

low priority

Hey all - got a note about this exception from a user: ``` Remote: select * from SuperStoreOrders 19:57:24,930 INFO DataWorldStatement:371 - Received input command text: select * from SuperStoreOrders...

For dataset: https://data.world/rflprr/google-ds-connector-performance And query: SELECT * FROM hdx_org It seems somewhere in return textLines.slice(0, sampleSize).map(JSON.parse); in rest.gs, one of the values has a starting quote but does not end...

bug

See if tests can run locally with: https://github.com/mzagorny/gas-local

Certain taps (mysql, postgres, oracle) support `LOG_BASED` as the replication_method, in addition to `INCREMENTAL` and `FULL_TABLE`. We should study it to understand how the best way to introduce support for...