williaster commented on issue #6182: Event Flow viz: time is only accepted as date-time, and its lowest granularity is hours URL: https://github.com/apache/incubator-superset/issues/6182#issuecomment-433567066 There should be no inherent limitation for these things within the EventFlow vis itself, more how it's configured in Superset (which is also addressable). I do think that it's reasonable for the vis to only accept Time columns, without that limitation I'd expect more people to report errors when it didn't work for non-time columns. One work around here would simply be changing the meta data for your table to set the (currently numeric column) to be a time column. After that it should show up as an option for the vis. I also don't think there's any limitation currently for granularity. Perhaps in the time filter section you see a granularity option? But the vis itself doesn't care and should support any event timestamp (at ms level, s level, etc.)
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
