Skip to content

Commit

Permalink
Add wait=True (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxxx-zh authored Sep 18, 2024
1 parent abd9fec commit 5eeb9e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions iris/iris_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"metadata": {
"id": "xRtpj-psbpG8"
},
Expand Down Expand Up @@ -168,7 +168,7 @@
" description=\"Iris flower dataset\",\n",
")\n",
"# Insert data info the feature group\n",
"iris_fg.insert(iris_df)"
"iris_fg.insert(iris_df, wait=True)"
]
},
{
Expand All @@ -190,7 +190,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 6,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -259,7 +259,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 9,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -822,7 +822,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.18"
"version": "3.9.19"
},
"vscode": {
"interpreter": {
Expand Down

0 comments on commit 5eeb9e3

Please sign in to comment.