Skip to content

Commit

Permalink
Update esql-getting-started.ipynb (elastic#215)
Browse files Browse the repository at this point in the history
* Update esql-getting-started.ipynb

Closes elastic#207 (comment)

* Update comment
  • Loading branch information
leemthompo authored Mar 27, 2024
1 parent ba70955 commit 6db1388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/esql/esql-getting-started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1155,8 +1155,8 @@
"# Put the enrich policy\n",
"client.enrich.put_policy(name=\"clientip_policy\", body=policy)\n",
"\n",
"# Execute the enrich policy without waiting for completion\n",
"client.enrich.execute_policy(name=\"clientip_policy\", wait_for_completion=False)"
"# Execute the enrich policy and wait for completion\n",
"client.enrich.execute_policy(name=\"clientip_policy\", wait_for_completion=True)"
]
},
{
Expand Down

0 comments on commit 6db1388

Please sign in to comment.