CartoDB / carto-python

CARTO Python client
https://carto.com
BSD 3-Clause "New" or "Revised" License
154 stars 62 forks source link

feature request: expose params in `sql_client.send` #58

Closed andy-esch closed 7 years ago

andy-esch commented 7 years ago

There are some useful params in the SQL API, such as skipfields which allows for some columns to not be included in the API response (e.g., give me all columns except for the_geom_webmercator).

cc @alrocar

alrocar commented 7 years ago

Hi,

👍 I think we should add it as optional named parameters to the current send API.

I've created a branch 1.1.0 so we can start adding new features like this.

Thanks Andy!

andy-esch commented 7 years ago

Please ping me if you'd like me to help code it up or do testing!

alrocar commented 7 years ago

Of course, feel free to provide a PR for this, It will be highly welcomed ;)

alrocar commented 7 years ago

Available in 1.1.0 branch