Skip to content

Commit b0f4f16

Browse files
authored
Unindent unintended indentation
1 parent 5801c72 commit b0f4f16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-explorer/python-ingest-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ dataframe_from_result_table(RESPONSE.primary_results[0])
158158
Sign in to [https://dataexplorer.azure.com](https://dataexplorer.azure.com) and connect to your cluster. Run the following command in your database to see if there were any ingestion failures in the last four hours. Replace the database name before running.
159159

160160
```Kusto
161-
.show ingestion failures
162-
| where FailedOn > ago(4h) and Database == "<DatabaseName>"
161+
.show ingestion failures
162+
| where FailedOn > ago(4h) and Database == "<DatabaseName>"
163163
```
164164

165165
Run the following command to view the status of all ingestion operations in the last four hours. Replace the database name before running.

0 commit comments

Comments
 (0)