Hi! My understanding is that it’s possible to vary query and segment granularity within a data source. For example, you could have real-time Kafka ingestion running with queryGranularity NONE and segmentGranularity HOUR, but also periodically use native batch ingestion to reingest older data (with ingestSegment firehose, say) at queryGranularity MINUTE and segmentGranularity DAY. Does this setup work? I don’t see anything in the docs or code that says you can’t do this, but nothing that explicitly says you can.
–dave