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: data-explorer/create-table-wizard.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Create a table in Azure Data Explorer
3
3
description: Learn how to easily create a table and manually define the schema in Azure Data Explorer with the table creation wizard.
4
4
ms.reviewer: aksdi
5
5
ms.topic: how-to
6
-
ms.date: 03/07/2024
6
+
ms.date: 11/13/2024
7
7
# Customer intent: As a data engineer, I want to create an empty table in Azure Data Explorer so that I can ingest data and query it.
8
8
---
9
9
# Create a table in Azure Data Explorer
@@ -33,19 +33,19 @@ Creating a table is an important step in the process of [data ingestion](ingest-
33
33
34
34
The **Create table** window opens with the **Destination** tab selected.
35
35
36
-
1. The **Cluster** and **Database** fields are prepopulated. You may select different values from the drop-down menu.
36
+
1. The **Cluster** and **Database** fields are prepopulated. You can select different values from the drop-down menu.
37
37
1. In **Table name**, enter a name for your table.
38
38
39
39
> [!TIP]
40
-
> Table names can be up to 1024 characters including alphanumeric, hyphens, and underscores. Special characters aren't supported.
40
+
> Table names can be up to 1024 characters including alphanumeric, hyphens, and underscores. Special characters aren't supported.
41
41
42
42
1. Select **Next: Schema**
43
43
44
44
## Schema tab
45
45
46
46
1. Select **Add new column** and the **Edit columns** panel opens.
47
47
1. For each column, enter **Column name** and **Data type**. Create more columns by selecting **Add column**.
48
-
48
+
49
49
:::image type="content" source="media/create-table-wizard/edit-columns.png" alt-text="Screenshot of Edit columns pane, in which you input the column name and data type in Azure Data Explorer.":::
50
50
51
51
1. Select **Save**. The schema is displayed.
@@ -59,3 +59,8 @@ A new table is created in your target destination, with the schema you defined.
0 commit comments