carto-python icon indicating copy to clipboard operation
carto-python copied to clipboard

CARTO Python client

Results 20 carto-python issues
Sort by recently updated
recently updated
newest added

Closes #135 Docs to be created yet in another PR.

do not merge yet

Closes #132 Merge after https://github.com/CartoDB/cartodb/issues/14978

This provides an interface to the in-the-works Analysis API - [x] Low level API (rest client with JSON responses) - [x] Higher level API (Job/Schedule/Execution) objects - [x] Low level...

Hello, I m using in the below link the export all maps example : https://carto.com/developers/python-sdk/examples/#example-export-all-maps But when I run the script after setting the arg the following error : >...

We are updating the grants json schema to support new OAuth scopes. Also include `owner` (boolean) in table grants

API Implementation details here: - https://github.com/CartoDB/cartodb/issues/14986 - https://github.com/CartoDB/cartodb/issues/14985 - https://github.com/CartoDB/cartodb/issues/15002

When creating a named map, the `view` entry in the template is optional (as per API docs), but omitting it with the Maps client will cause an error (`AttributeError: 'NamedMap'...

I'm using [`batch_client.create_and_wait_for_completion`](https://github.com/CartoDB/carto-python/blob/867337a9160f220f87e45b68356665ffe3a6d09f/carto/sql.py#L206) through a new cartoframes method ([`CartoContext.execute` in master](https://github.com/CartoDB/cartoframes/blob/5bd38b592bb24d9f9ea422fceb9b78f74dca3923/cartoframes/context.py#L470-L519)). Sometimes after running this method my datasets pages (so I can't view the data, run sql, etc.) or map...

After following the instructions in the [README](https://github.com/CartoDB/carto-python?tab=readme-ov-file#readme) to install the carto module, I am still not able to import carto in this simple hello-world-like app (named `app.py`): ```{python} import os...