Skip to content

Commit 7fbb02c

Browse files
Merge pull request #2828 from MicrosoftDocs/main639045289322638751sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents cf72a8d + f687d7f commit 7fbb02c

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

data-explorer/kusto/management/data-ingestion/queued-ingestion-use-case.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ Make sure to include a SAS token or use a managed identity to grant the service
3333

3434
```kusto
3535
.ingest-from-storage-queued into table database('TestDatabase').Logs
36-
EnableTracking=true
37-
with (format='csv')
36+
with (format='csv', enableTracking=true)
3837
<|
3938
'https://sample.blob.core.windows.net/sample/test_*csv?...'
4039
```
@@ -220,7 +219,7 @@ You can [cancel the ingestion](#cancel-ingestion), if necessary.
220219

221220
### Perform your full ingestion
222221

223-
By running the queued ingestion commands on a sample, you discovered the problems your ingestion might encounter. Now that you fixed them, you're ready to ingest all your historical data and wait for the full ingestion to complete.
222+
By running queued ingestion commands on a sample, you can discover problems your ingestion might encounter. Now that you fixed them, you're ready to ingest all your historical data and wait for the full ingestion to complete.
224223

225224
### Cancel ingestion
226225

data-explorer/kusto/management/materialized-views/materialized-views-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ If the `MaterializedViewAge` metric constantly increases, and the `MaterializedV
7474
{
7575
"RequestLimitsPolicy": {
7676
"MaxMemoryPerQueryPerNode": {
77-
"Value": 68719241216
77+
"Value": 68718888960
7878
}
7979
}
8080
}

0 commit comments

Comments
 (0)