Skip to content

Commit f4fe2c9

Browse files
Merge pull request #2707 from MicrosoftDocs/main638907193385458531sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents eeb759d + 6183b3d commit f4fe2c9

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)