You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-explorer/ingest-json-formats.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: orspodek
6
6
ms.reviewer: kerend
7
7
ms.service: data-explorer
8
8
ms.topic: conceptual
9
-
ms.date: 01/22/2020
9
+
ms.date: 01/23/2020
10
10
---
11
11
12
12
# Ingest json formatted sample data into Azure Data Explorer
@@ -410,12 +410,11 @@ Array data types are an ordered collection of values. Ingestion of a json array
410
410
}
411
411
```
412
412
413
-
> [!NOTE]
414
-
> The schema received by the function must match the schema of the target table. Use `getschema` operator to review the schema.
415
-
>
416
-
> ```Kusto
417
-
> EventRecordsExpand() | getschema
418
-
> ```
413
+
1. The schema received by the function must match the schema of the target table. Use `getschema` operator to review the schema.
414
+
415
+
```Kusto
416
+
EventRecordsExpand() | getschema
417
+
```
419
418
420
419
1. Add the update policy to the target table. This policy will automatically run the query on any newly ingested data in the `RawEvents` intermediate table and ingest the results into the `Events` table. Define a zero-retention policy to avoid persisting the intermediate table.
0 commit comments