[13:56:53] 10Analytics-EventLogging, 10Analytics-Radar, 10Growth-Team, 10Growth-Team-Filtering, and 2 others: GuidedTour fails if EventLogging isn't installed, but doesn't explicitly require it - https://phabricator.wikimedia.org/T264145 (10Lens0021) I am confused reading your discussion. What should be done? [14:09:31] 10Analytics-EventLogging, 10Analytics-Radar, 10Growth-Team, 10Growth-Team-Filtering, and 2 others: GuidedTour fails if EventLogging isn't installed, but doesn't explicitly require it - https://phabricator.wikimedia.org/T264145 (10Lens0021) a:03Lens0021 >>! In T264145#7153865, @Lens0021 wrote: > I am conf... [23:42:50] If I want to read an eventlogging table in superset, is the recommendation still to manually run a HiveToDruid job to take a snapshot? [23:43:42] I tried working with the presto data source, but couldn't quite finesse casting the `dt` column, and didn't see any other examples of this in another dataset. [23:52:48] Had success using a "virtual sql" data source and selecting cast(from_iso8601_timestamp(dt) as timestamp) as cast_dt, but I hope this was an overreaction on my part?