SIENTIAPDE-1141

fix: update execution counts and refactor query structure in test.ipynb for improved clarity
This commit is contained in:
vitor-aignosi
2025-07-09 17:21:35 -03:00
parent bb5d0f15f9
commit 70f9d4e837

View File

@@ -136,17 +136,17 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 4, "execution_count": 6,
"id": "bb750ae6", "id": "bb750ae6",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
"data": { "data": {
"text/plain": [ "text/plain": [
"<temporalio.client.ScheduleHandle at 0x7ddf807199d0>" "<temporalio.client.ScheduleHandle at 0x7ddf80719310>"
] ]
}, },
"execution_count": 4, "execution_count": 6,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
@@ -187,12 +187,7 @@
" },\n", " },\n",
" {\n", " {\n",
" \"$match\": {\n", " \"$match\": {\n",
" \"models.active\": True\n", " \"active\": True\n",
" }\n",
" },\n",
" {\n",
" \"$match\": {\n",
" \"pipelines.active\": True\n",
" }\n", " }\n",
" },\n", " },\n",
" {\n", " {\n",
@@ -206,6 +201,11 @@
" }\n", " }\n",
" },\n", " },\n",
" {\n", " {\n",
" \"$match\": {\n",
" \"models.active\": True\n",
" }\n",
" },\n",
" {\n",
" \"$project\": {\n", " \"$project\": {\n",
" \"model_docs\": 0\n", " \"model_docs\": 0\n",
" }\n", " }\n",