CartoDB / observatory-extension

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

OBS_GetMeta should return a suggested name #279

Closed rochoa closed 7 years ago

rochoa commented 7 years ago

That way any client consuming its response won't have to decide how to identify the measurement.

I was thinking about using suggested_column_name, but probably it's better to not couple it with the column concept. What about suggested_measurement_name?

References https://github.com/CartoDB/cartodb/issues/11663.

cc @xavijam @nobuti

talos commented 7 years ago

Hmm, what about just suggested_name?

rochoa commented 7 years ago

Works for me 😄 .

talos commented 7 years ago

@rochoa Opened a PR (#281), take a look.