diff --git a/web-console/src/views/load-data-view/info-messages.tsx b/web-console/src/views/load-data-view/info-messages.tsx index 2d151ea995f..5c24be5cd8f 100644 --- a/web-console/src/views/load-data-view/info-messages.tsx +++ b/web-console/src/views/load-data-view/info-messages.tsx @@ -67,8 +67,11 @@ export const ParserMessage = React.memo(function ParserMessage(props: ParserMess

- Druid requires flat data (non-nested, non-hierarchical). Each row should represent a - discrete event. + You can{' '} + + directly ingest nested data + {' '} + into COMPLEX<json> columns.

{canFlatten && (

@@ -76,11 +79,9 @@ export const ParserMessage = React.memo(function ParserMessage(props: ParserMess flatten {' '} - it here. If the provided flattening capabilities are not sufficient, please pre-process - your data before ingesting it into Druid. + it here.

)} -

Ensure that your data appears correctly in a row/column orientation.