briefercloud / briefer

Dashboards and notebooks in a single place. Create powerful and flexible dashboards using code, or build beautiful Notion-like notebooks and share them with your team.
https://briefer.cloud
GNU Affero General Public License v3.0
3.02k stars 157 forks source link

visualization crashes when column is of type date (NOT DATETIME) #15

Open vieiralucas opened 1 week ago

vieiralucas commented 1 week ago

Right now you can't create a visualization with a field of type date (notice, I'm not talking about the datetime type, I'm talking about the DATE type).

You'll get bonus points if you find a way of making vis.to_json never fail because of JSON not being serializable - which is the root cause of this issue.

Jai0401 commented 1 week ago

Could someone please assign this issue to me? I'd like to work on fixing it.

adityarawat007 commented 1 week ago

Hey @lucasfcosta can you please assign me this task, i would like to work on it .

vieiralucas commented 1 week ago

@Jai0401 sure, thank you. Feel free to ask questions if you need help.

vieiralucas commented 3 days ago

This needs reproduction steps, I'll try to do that soon.