italia/daf-dataportal

[Ingestion form]: I set the type of a date in timestamp. If Kylo doesn't recognize the format the file is not ingested

CriMenghini opened this issue · 0 comments

Subject of the issue

While compiling the ingestion form, one has the possibility of changing the type inferred by Kylo. In particular if we do it for a datetime. If Kylo doesn't recognize the format of date the feed is not created.

Your environment

  • Google Chrome - Version 64.0.3282.167 (Official Build) (64-bit)

Steps to reproduce

This is the sample (sample_incidenti.txt) I used. In the ingestion form, I changed the type of the the date from string to timestamp.

Expected behaviour

I expected to be able to load data on edge1.

Actual behaviour

The data are not loaded (on edge1). Talking with Fabian it is because kylo doesn't recognise the column defined by the user as timestamp. In particular, the format is not the one that kylo uses.

As we discussed, in order to avoid the stop of the feed, the easiest thing to do, is to not allow the user to change the time of a column into timestamp whether it is not inferred by kylo.