Show continuous export failures
Applies to: ✅ Microsoft Fabric ✅ Azure Data Explorer
Returns all failures logged as part of the continuous export. Filter the results by the Timestamp column in the command to view only time range of interest.
The command will not return any results if executed on a follower database, it must be executed against the leader database.
The command will not return any results if executed on a database shortcut, it must be executed against the leader database.
Permissions
You must have at least Database Monitor or Database Admin permissions to run this command. For more information, see role-based access control.
Syntax
.show
continuous-export
ContinuousExportName failures
Learn more about syntax conventions.
Parameters
Name | Type | Required | Description |
---|---|---|---|
ContinuousExportName | string |
✔️ | The name of the continuous export. |
Returns
Output parameter | Type | Description |
---|---|---|
Timestamp | datetime |
Timestamp of the failure. |
OperationId | string |
Operation ID of the failure. |
Name | string |
Continuous export name. |
LastSuccessRun | Timestamp | The last successful run of the continuous export. |
FailureKind | string |
Failure/PartialFailure. PartialFailure indicates some artifacts were exported successfully before the failure occurred. |
Details | string |
Failure error details. |
Example
.show continuous-export MyExport failures
Timestamp | OperationId | Name | LastSuccessRun | FailureKind | Details |
---|---|---|---|---|---|
2019-01-01 11:07:41.1887304 | ec641435-2505-4532-ba19-d6ab88c96a9d | MyExport | 2019-01-01 11:06:35.6308140 | Failure | Details... |