Javier Torres
Javier Torres
``` WARNING: Can't mass-assign protected attributes for Carto::UserTable: name app/models/table.rb:93:in `update' app/models/carto/visualization.rb:660:in `propagate_name' app/models/carto/visualization.rb:641:in `propagate_privacy_and_name_to' app/models/carto/visualization.rb:558:in `store' app/models/carto/visualization.rb:554:in `store_using_table' app/models/table/privacy_manager.rb:78:in `block in propagate_to' app/models/table/privacy_manager.rb:74:in `each' app/models/table/privacy_manager.rb:74:in `propagate_to' app/models/table/privacy_manager.rb:27:in `block in...
It's hard for an OAuth app to provide an alternative to a user that has no permissions to login into it. Since the sessions is managed by CARTO, the app...
### Description Describe the proposed changes made in this PR. ### How was this PR tested? Describe how you tested this PR.
### Description Describe the proposed changes made in this PR. ### How was this PR tested? Describe how you tested this PR.
Aside from setting a blendMode for the layer, it can also be set for each specific fill. It doesn't look like this can be set through the UI, so maybe...
STR: - Add a DO analysis - Select total population, not normalized - Add a new measurement - Select total population, normalized by area You get an error like: `column...
For the block data we interpolate from block groups. We use a sum of the product of value to area reatio for all measures, even aggregated measures like medians. For...
https://github.com/CartoDB/bigmetadata/blob/master/postgres_10/conf/postgresql.conf#L426 It's eating ~5GB/hour while running AU, mainly writing stupid things like `SELECT 1` to the log. It can quickly eat through your free disk space.
It is causing issues in tasks with many subtasks (e.g: UK and EU)
`OBSMetaToLocal` can be very slow if the wrong query plan is used. `ANALYZE` usually fixes the issue, so adding it to the task makes sense. We should do it for...