.show continuous data-export failures

This article describes how to show continuous data export failures.

Returns all failures logged as part of the continuous export within the past 14 days. To view only a specific time range, filter the results by the Timestamp column.

The command doesn’t return any results if executed on a follower database, it must be executed against the leader database.

The command doesn’t 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

Parameters

NameTypeRequiredDescription
ContinuousExportNamestring✔️The name of the continuous export.

Returns

Output parameterTypeDescription
TimestampdatetimeTimestamp of the failure.
OperationIdstringOperation ID of the failure.
NamestringContinuous export name.
LastSuccessRunTimestampThe last successful run of the continuous export.
FailureKindstringFailure/PartialFailure. PartialFailure indicates some artifacts were exported successfully before the failure occurred.
DetailsstringFailure error details.

Example

The following example shows failures from the continuous export MyExport.

.show continuous-export MyExport failures 

Output

TimestampOperationIdNameLastSuccessRunFailureKindDetails
2019-01-01 11:07:41.1887304ec641435-2505-4532-ba19-d6ab88c96a9dMyExport2019-01-01 11:06:35.6308140FailureDetails…