This is an automated email from the ASF dual-hosted git repository.
frankchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new e40c7f2a67 Update data loader parse screen help text (#13241)
e40c7f2a67 is described below
commit e40c7f2a67f18c10dc308dd614aecd0c3444cbf2
Author: Margaret Brewster <[email protected]>
AuthorDate: Fri Oct 28 20:51:37 2022 -0700
Update data loader parse screen help text (#13241)
Co-authored-by: Margaret Brewster <[email protected]>
---
web-console/src/views/load-data-view/info-messages.tsx | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
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 2d151ea995..5c24be5cd8 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
<FormGroup>
<Callout>
<p>
- Druid requires flat data (non-nested, non-hierarchical). Each row
should represent a
- discrete event.
+ You can{' '}
+ <ExternalLink
href={`${getLink('DOCS')}/querying/nested-columns.html`}>
+ directly ingest nested data
+ </ExternalLink>{' '}
+ into COMPLEX<json> columns.
</p>
{canFlatten && (
<p>
@@ -76,11 +79,9 @@ export const ParserMessage = React.memo(function
ParserMessage(props: ParserMess
<ExternalLink
href={`${getLink('DOCS')}/ingestion/index.html#flattenspec`}>
flatten
</ExternalLink>{' '}
- it here. If the provided flattening capabilities are not
sufficient, please pre-process
- your data before ingesting it into Druid.
+ it here.
</p>
)}
- <p>Ensure that your data appears correctly in a row/column
orientation.</p>
<LearnMore href={`${getLink('DOCS')}/ingestion/data-formats.html`} />
</Callout>
</FormGroup>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]