CartoDB / observatory-extension

BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

Modified the denominated suggested_name to mitigate collisions #327

Closed antoniocarlon closed 6 years ago

antoniocarlon commented 6 years ago

Modified the suggested_name for denominator normalizations to mitigate collisions between column names: numerator_timespan_by_denominator.

This mitigates the problem but doesn't completely solve it because the suggested_name can easily reach the 63 character limitation for the column names.

Fixes https://github.com/CartoDB/cartoframes/issues/323