GitHub user ViniciusCavalcanteSantos added a comment to the discussion: Translation of time passed
@dosu i have looked in the code an it seems that this information comes from the backend, a call is made for the api: `/api/v1/chart/?q=(order_column:changed_on_delta_humanized,order_direction:desc,page:0,page_size:25)` then it receives back the time in json format, like: `result.[id].changed_on_delta_humanized`, where the superset receives this request?, and how to translate changed_on_delta_humanized? GitHub link: https://github.com/apache/superset/discussions/33630#discussioncomment-13321788 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
