Skip to content

Commit 4b29b15

Browse files
Merge pull request #2812 from MicrosoftDocs/main639026282124491503sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 017e5df + 738ed00 commit 4b29b15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data-explorer/kusto/query/schema-entities/external-tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To accelerate queries over external delta tables, see [Query acceleration policy
4747
> [!NOTE]
4848
>
4949
> * The maximum limit of external tables per database is 1,000.
50-
> * External table names are case-sensitive, and can't overlap with Kusto table names. For more information, see [Identifier naming rules](entity-names.md#identifier-naming-rules).
50+
> * External table names are case-sensitive, and can't overlap with Kusto table names. Column names must also follow Kusto identifier naming rules; tables that contain an asterisk (`*`) in any column name aren't supported, because `*` is a reserved character in Kusto. For more information, see [Identifier naming rules](entity-names.md#identifier-naming-rules).
5151
> * Azure Data Explorer supports [export](../../management/data-export/export-data-to-an-external-table.md) and [continuous export](../../management/data-export/continuous-data-export.md) to an external table.
5252
> * [Data purge](../../concepts/data-purge.md) isn't applied on external tables. Records are never deleted from external tables.
5353
> * [Row level security policy](../../management/row-level-security-policy.md) can't be configured on external tables.

0 commit comments

Comments
 (0)