Raul Marin
a30ba351cf
Qualify extension calls
2019-10-08 11:47:00 +02:00
Raul Marin
33b723fa3d
Set safe path
2019-10-08 11:19:09 +02:00
Javier Goizueta
dfaf0d5245
Prevent use of quota for bogus configurations
...
This is a stop-gap measure for the hypothetical case of a service configuration that yields NULL quota values.
2019-02-25 16:32:01 +01:00
Rafa de la Torre
f63d73b9d7
Fix the bulk geocoding when soft_limit is enabled
...
Fix the case where there's not enough quota to geocode a table but the
soft_limit is set to true.
The function `cdb_enough_quota` accounts for the `soft_limit` flag, as
well as for the remaining quota and the rows to be geocoded.
2019-02-19 12:27:29 +01:00
Javier Torres
e2c0a63803
Use Point for geocoding results
2018-12-24 17:19:13 +01:00
antoniocarlon
5307078171
Added CR suggestions
2018-09-11 12:13:06 +02:00
antoniocarlon
ad9619bb00
Removed unused declaration
2018-09-11 12:04:19 +02:00
antoniocarlon
c5b6c27045
Fixed JSON return value
2018-09-11 11:19:12 +02:00
antoniocarlon
e82fb49028
organization default to null
2018-09-11 10:57:32 +02:00
antoniocarlon
4d3e9f2b32
Getting the username from cdb_conf
2018-09-11 10:14:52 +02:00
antoniocarlon
0bdba67342
Using ERRCODE
2018-09-10 16:54:25 +02:00
antoniocarlon
08daa6a6a2
Changed error message
2018-09-10 16:45:31 +02:00
antoniocarlon
f5ad0290b4
Fixed functions
2018-09-10 13:43:04 +02:00
antoniocarlon
4b6b4e92e8
CR suggestions (remove appname)
2018-09-10 12:54:37 +02:00
antoniocarlon
ca717ed123
Fixed permission check
2018-09-06 15:40:41 +02:00
antoniocarlon
8fb9524213
Added exceptions to bulk geocoding client
2018-09-06 10:42:56 +02:00
antoniocarlon
1eff219883
Changes in _cdb_entity_config
2018-09-05 17:57:16 +02:00
antoniocarlon
2a2ae481fb
Permissions check and client templates
2018-09-05 17:28:15 +02:00
Juan Ignacio Sánchez Lara
5c09a2eb29
Missing grant
2018-07-19 10:36:49 +02:00
Juan Ignacio Sánchez Lara
b0c1948c14
TL;DR: safer deployment and minor fixes
...
- Instead of modifying cdb_service_quota_info to return max_batch_size,
a new type (service_quota_info_batch) and a new function
(cdb_service_quota_info_batch) are created. That makes deployment safe.
- Fixes geocoding with forced batch size 1.
- Improves namespacing for count_estimate (->
cdb_dataservices_client.cdb_count_estimate).
- Improves namespacing for jsonb_array_casttext (->
cdb_dataservices_client.cdb_jsonb_array_casttext).
2018-07-18 14:57:40 +02:00
Juan Ignacio Sánchez Lara
d060bd8229
Simplification of batching
2018-07-17 13:24:39 +02:00
Juan Ignacio Sánchez Lara
8cb9e123b1
Helper function to convert json arrays to PG arrays
2018-07-16 19:55:04 +02:00
Juan Ignacio Sánchez Lara
da78b0bc65
Fix batching with negatives cartodb_id
2018-07-11 12:28:39 +02:00
Juan Ignacio Sánchez Lara
531ad28158
Send optimal batch size
2018-07-10 19:31:58 +02:00
Juan Ignacio Sánchez Lara
286a75fa8e
_bulk_geocode logic extraction
2018-07-10 15:17:14 +02:00
Juan Ignacio Sánchez Lara
23e3de9da5
Add missing permission for cdb_bulk_geocode_street_point
2018-07-05 15:10:05 +02:00
Juan Ignacio Sánchez Lara
e416a8a641
HERE batch support
2018-07-02 18:35:36 +02:00
Juan Ignacio Sánchez Lara
45b8fc4ecf
Quota and batch size checks fixes and tests
2018-06-28 13:06:52 +02:00
Juan Ignacio Sánchez Lara
379257b4b4
Fix quota check
2018-06-27 19:07:19 +02:00
Juan Ignacio Sánchez Lara
d5e47e39ab
Revert bulk geocoding column parameters order and test_city_column_geocoding
2018-06-26 13:59:44 +02:00
Juan Ignacio Sánchez Lara
c2a207b1cd
Batching, better support for null columns, and bulk geocoding integration tests
2018-06-26 13:35:24 +02:00
Juan Ignacio Sánchez Lara
91d93bef79
Random temporary table name
2018-06-22 14:34:42 +02:00
Juan Ignacio Sánchez Lara
bbbf70f3ac
Street level columns for country, city and state
2018-06-22 12:19:51 +02:00
Juan Ignacio Sánchez Lara
4d2abc7667
Simpler and more precise quota check
2018-06-22 09:41:29 +02:00
Juan Ignacio Sánchez Lara
58d70e252f
checked, bulked cdb_bulk_geocode_street_point
2018-06-21 10:23:39 +02:00
Juan Ignacio Sánchez Lara
e85f43f1d1
cdb_bulk_geocode_street_point skeleton
2018-06-15 09:55:52 +02:00
Juan Ignacio Sánchez Lara
34fc6439d2
cdb_bulk_geocode_street_point functions
2018-06-11 16:12:41 +02:00
Raul Marin
b8527514b7
Client: Add PARALLEL and VOLATILE categories
...
I'm not 100% sure what's appropiate for plproxy functions so, for now,
I've set them up as VOLATILE and PARALLEL UNSAFE
2017-11-14 16:45:36 +01:00
Mario de Frutos
3eee68c56e
_OBS_Precheck and OBS_MetadataValidator
...
New functions to perform a precheck for the user data and metadata
parameters that are going to be used to execute a OBS_GetData operation.
Doing this before the OBD_GetData we are able to check if we're going to
have problems with the current request. Is useful because right now
we're using the *_Exception_Safe functions which return NULL in case we
have an exception, this leads to execute the whole request even if we
know beforehand that it's going to fail.
2017-08-09 12:26:41 +02:00
Mario de Frutos
f5037aab5e
First version of DO precheck
2017-08-07 13:46:12 +02:00
Rafa de la Torre
4c46effc9b
Add new params at the end #361
2017-05-09 16:36:03 +02:00
Rafa de la Torre
a7d322bcd8
Prepare new version of the client #361
...
Changes in TYPEs obs_meta_geometry and obs_meta_timespan
2017-05-04 17:54:49 +02:00
Rafa de la Torre
9791a5bada
Add cartodb to the search path
...
See
https://github.com/CartoDB/dataservices-api/issues/324#issuecomment-269614566
2016-12-29 12:11:00 +01:00
Javier Goizueta
18df3368ef
Set search path before installing/update the extension
...
See #324
2016-12-20 12:57:40 +01:00
Rafa de la Torre
769b740ba4
Rename service_params to service_quota_info #302
2016-11-24 17:46:07 +01:00
Rafa de la Torre
c2ede37d75
Revert internal geocoder related stuff #302
2016-11-24 17:45:19 +01:00
Rafa de la Torre
37a3214f67
Add quota functions to client #302
2016-11-24 13:05:31 +01:00
Mario de Frutos
7f963d2f7a
Client update to type obs_meta_geometry with new types
2016-11-11 18:13:35 +01:00
Mario de Frutos
38f2592b22
Client addition of observatory meta functions
2016-11-10 11:29:18 +01:00
Carla
cc8f93c535
Use real function name for compatibility
2016-09-07 15:40:20 +02:00