.delete query acceleration policy command (preview)

Applies to: ✅ Microsoft FabricAzure Data Explorer

Deletes the query acceleration policy of a specific external delta table.

Permissions

You must have at least Database Admin permissions to run this command.

Syntax

.delete external table ExternalTableName policy query_acceleration

Parameters

Name Type Required Description
ExternalTableName string ✔️ The name of the external delta table.

Example

.delete external table MyExternalTable policy query_acceleration