Slackbot
02/01/2023, 10:24 AMVijay Narayanan
02/01/2023, 10:29 AMPavel Belenkovich
02/01/2023, 10:32 AMVijay Narayanan
02/01/2023, 10:33 AMVijay Narayanan
02/01/2023, 10:33 AMVijay Narayanan
02/01/2023, 10:34 AMKyle Hoondert
02/01/2023, 10:36 AMConceptually, after input data records are read, Druid applies ingestion spec components in a particular order: firstSo you need to have a default time set to something, then you can filter it with a(if any), thenflattenSpec, thentimestampSpec, and finallytransformSpecanddimensionsSpec. Keep this in mind when writing your ingestion spec.metricsSpec
transformSpecPavel Belenkovich
02/01/2023, 10:37 AMKyle Hoondert
02/01/2023, 10:54 AMnull rows - you probably want a not
"filter": {
"type": "not",
"field": {
"type": "selector",
"dimension": "column3",
"value": null
}
}Pavel Belenkovich
02/02/2023, 3:54 PM