Skip to content

Commit 6183b3d

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/dataexplorer-docs-pr (branch live)
2 parents eeb759d + b04dbfa commit 6183b3d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

data-explorer/kusto/management/external-table-mapping-alter.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ ms.date: 08/11/2024
1111
1212
Alters an existing external table mapping. For more information, see [Data mappings](mappings.md).
1313

14+
> [!NOTE]
15+
> External table mappings apply only to reading data from external tables, not for exporting data.
16+
1417
## Syntax
1518

1619
`.alter` `external` `table` *ExternalTableName* `mapping` *MappingName* *MappingInJsonFormat*

data-explorer/kusto/management/external-table-mapping-create.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ ms.date: 08/11/2024
1111
1212
Create a new external table data mapping. For more information, see [Data mappings](mappings.md).
1313

14+
> [!NOTE]
15+
> External table mappings apply only to reading data from external tables, not for exporting data.
16+
1417
## Syntax
1518

1619
`.create` `external` `table` *ExternalTableName* `mapping` *MappingName* *MappingInJsonFormat*

0 commit comments

Comments
 (0)