Skip to content

Commit 6db1388

Browse files
authored
Update esql-getting-started.ipynb (#215)
* Update esql-getting-started.ipynb Closes #207 (comment) * Update comment
1 parent ba70955 commit 6db1388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/esql/esql-getting-started.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,8 +1155,8 @@
11551155
"# Put the enrich policy\n",
11561156
"client.enrich.put_policy(name=\"clientip_policy\", body=policy)\n",
11571157
"\n",
1158-
"# Execute the enrich policy without waiting for completion\n",
1159-
"client.enrich.execute_policy(name=\"clientip_policy\", wait_for_completion=False)"
1158+
"# Execute the enrich policy and wait for completion\n",
1159+
"client.enrich.execute_policy(name=\"clientip_policy\", wait_for_completion=True)"
11601160
]
11611161
},
11621162
{

0 commit comments

Comments
 (0)