Skip to content

Commit 1302de6

Browse files
Merge pull request #6377 from mjosephym/206780-uuf-create-table-sdks
sdks
2 parents dbf5a9d + a143f06 commit 1302de6

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

data-explorer/create-table-wizard.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create a table in Azure Data Explorer
33
description: Learn how to easily create a table and manually define the schema in Azure Data Explorer with the table creation wizard.
44
ms.reviewer: aksdi
55
ms.topic: how-to
6-
ms.date: 03/07/2024
6+
ms.date: 11/13/2024
77
# 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.
88
---
99
# 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-
3333

3434
The **Create table** window opens with the **Destination** tab selected.
3535

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.
3737
1. In **Table name**, enter a name for your table.
3838

3939
> [!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.
4141
4242
1. Select **Next: Schema**
4343

4444
## Schema tab
4545

4646
1. Select **Add new column** and the **Edit columns** panel opens.
4747
1. For each column, enter **Column name** and **Data type**. Create more columns by selecting **Add column**.
48-
48+
4949
:::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.":::
5050

5151
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.
5959

6060
* [Data ingestion overview](ingest-data-overview.md)
6161
* [Write queries for Azure Data Explorer](/azure/data-explorer/kusto/query/tutorials/learn-common-operators)
62+
* [Ingest data using the Kusto .NET SDK](net-sdk-ingest-data.md)
63+
* [Ingest data using the Azure Data Explorer Python library](python-ingest-data.md)
64+
* [Ingest data using the Azure Data Explorer Node library](node-ingest-data.md)
65+
* [Ingest data using the Azure Data Explorer Go SDK](go-ingest-data.md)
66+
* [Ingest data using the Kusto Java SDK](java-ingest-data.md)

0 commit comments

Comments
 (0)