-
It's finally time to talk about the issue with dataservices not being able to be executed with non-master API Keys. It's something that we want to do for the OAuth implementation to be useful. The pro…
-
## Intro
We need a way to allow developers to:
- access some specific tables (select, insert, create)
- allow to access so specific functions like geocoding, routing and so on
**without** using the …
-
The new analysis implemented in #297 fails when the user has enough credits to start the analysis but not enough to get the measurements for all rows.
This is due to the fact that the DS API throws…
-
## Description
While playing with user quota **soft_limits**, i've realized that **routing soft limit toggle description** is wrong.
![overquota_bug](https://cloud.githubusercontent.com/assets/1…
-
## Description
**Related ticket**: https://github.com/CartoDB/onpremises/issues/273
Hi,
we've realized today that the following rake tasks are outdated, since they doesn't support ```mapzen_r…
-
Now we have a couple of functions to check quota before executing bulk operations on the DS API:
```sql
select * from cdb_dataservices_client.cdb_service_quota_info();
service | monthly_q…
-
HERE has an offering of offline maps, so we need to be able to configure URL through `CDB_CONF`. It is currently hardcoded in https://github.com/CartoDB/dataservices-api/blob/development/server/lib/py…
-
### Context
*Please explain here below what you were doing when the issue happened*
@ramiroaznar was trying to generate routing for a 40k points dataset using the `cdbsol-admin`. He got a `You re…
-
Expose remaining quota through the API, so that client apps can decide whether to issue a query that can potentially run out of quota, raising an exception that can result in a transaction rolled back…
-
The scenario we want to improve is:
1. An analysis is added to a dashboard
1. That triggers a query on all the rows of a dataset through the Batch SQL API. E.g: https://github.com/CartoDB/camshaft…