usc-isi-i2 / dig-etl-engine

Download DIG to run on your laptop or server.
http://usc-isi-i2.github.io/dig/
MIT License
101 stars 39 forks source link

Ensure that dates/times are parsed in DIG #137

Open szeke opened 6 years ago

szeke commented 6 years ago

Looks like DIG does not accept zulu times (trailing z)

Verify that ES is correctly mapping the dates so that date queries work. Check the mapping file in ES to see if the correct format is in there (see https://www.elastic.co/guide/en/elasticsearch/reference/5.4/date.html). If not, we need to open an issue in DIG to enable specification of time formats.

Verify that the entity pages can show charts for the forecast dates, currently it is not able to do it, so something is wrong.

saggu commented 6 years ago

@adityasundaram status?

saggu commented 6 years ago

@szeke is this still relevant ?