vanna-ai / vanna-flask

Web server for chatting with your database
MIT License
116 stars 53 forks source link

date fields formats #5

Closed srendon-d closed 7 months ago

srendon-d commented 7 months ago

When I work with databases that have dates in YYYY-MM-DD format the calculations and queries are performed correctly, but when the dataframe is displayed or rendered the date format is displayed in a UNIX format, how can I display the dates in the normal format that is present in the database? image thanks

akhilvk commented 7 months ago

Check new changes committed to https://github.com/vanna-ai/vanna/tree/app-upgrades. this solved my issue.

zainhoda commented 7 months ago

This is now updated in v0.3.0