You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by GitBox <gi...@apache.org> on 2018/02/15 22:21:57 UTC

[GitHub] betodealmeida opened a new issue #4440: Use rison instead of json when encoding form_data in URL

betodealmeida opened a new issue #4440: Use rison instead of json when encoding form_data in URL
URL: https://github.com/apache/incubator-superset/issues/4440
 
 
   Feature suggestion: use rison (https://github.com/pifantastic/python-rison) instead of json when encoding `form_data` in the URL. Here's a comparison between both:
   
   ```
   %7B%22datasource%22%3A%223__table%22%2C%22viz_type%22%3A%22dual_line%22%2C%22slice_id%22%3A21%2C%22granularity_sqla%22%3Anull%2C%22time_grain_sqla%22%3Anull%2C%22since%22%3A%22100+years+ago%22%2C%22until%22%3A%22now%22%2C%22color_scheme%22%3A%22bnbColors%22%2C%22x_axis_format%22%3A%22smart_date%22%2C%22metric%22%3A%22avg__num%22%2C%22y_axis_format%22%3A%22.3s%22%2C%22metric_2%22%3A%22sum__num%22%2C%22y_axis_2_format%22%3A%22.3s%22%2C%22annotation_layers%22%3A%5B%5D%2C%22where%22%3A%22%22%2C%22having%22%3A%22%22%2C%22filters%22%3A%5B%5D%2C%22extra_filters%22%3A%5B%5D%7D
   ```
   
   ```
   (annotation_layers:!(),color_scheme:bnbColors,datasource:'3__table',extra_filters:!(),filters:!(),granularity_sqla:!n,having:'',metric:avg__num,metric_2:sum__num,since:'100+years+ago',slice_id:21,time_grain_sqla:!n,until:now,viz_type:dual_line,where:'',x_axis_format:smart_date,y_axis_2_format:.3s,y_axis_format:.3s)
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services