Skip to content

Commit 4178ba9

Browse files
authored
Merge pull request #19012 from i3arnon/patch-2
Unindent unintended indentation
2 parents 5801c72 + b0f4f16 commit 4178ba9

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)