Amanda Torres commited on
Commit ·
0eb353d
1
Parent(s): 12a8f9d
load azure sql connection sync from pipeline
Browse files
cli.py
CHANGED
|
@@ -63,4 +63,4 @@ def escalate_rule_batch(
|
|
| 63 |
"""Slice *records* into chunks of *batch_size* for bulk escalate."""
|
| 64 |
return [records[i : i + batch_size]
|
| 65 |
for i in range(0, len(records), batch_size)]
|
| 66 |
-
# Last sync: 2026-05-08
|
|
|
|
| 63 |
"""Slice *records* into chunks of *batch_size* for bulk escalate."""
|
| 64 |
return [records[i : i + batch_size]
|
| 65 |
for i in range(0, len(records), batch_size)]
|
| 66 |
+
# Last sync: 2026-05-08 04:05:58 UTC
|