Skip to content

Commit 5eeb9e3

Browse files
authoredSep 18, 2024
Add wait=True (#282)
1 parent abd9fec commit 5eeb9e3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎iris/iris_tutorial.ipynb

+5-5
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
{
5050
"cell_type": "code",
51-
"execution_count": null,
51+
"execution_count": 1,
5252
"metadata": {
5353
"id": "xRtpj-psbpG8"
5454
},
@@ -168,7 +168,7 @@
168168
" description=\"Iris flower dataset\",\n",
169169
")\n",
170170
"# Insert data info the feature group\n",
171-
"iris_fg.insert(iris_df)"
171+
"iris_fg.insert(iris_df, wait=True)"
172172
]
173173
},
174174
{
@@ -190,7 +190,7 @@
190190
},
191191
{
192192
"cell_type": "code",
193-
"execution_count": null,
193+
"execution_count": 6,
194194
"metadata": {},
195195
"outputs": [],
196196
"source": [
@@ -259,7 +259,7 @@
259259
},
260260
{
261261
"cell_type": "code",
262-
"execution_count": null,
262+
"execution_count": 9,
263263
"metadata": {},
264264
"outputs": [],
265265
"source": [
@@ -822,7 +822,7 @@
822822
"name": "python",
823823
"nbconvert_exporter": "python",
824824
"pygments_lexer": "ipython3",
825-
"version": "3.9.18"
825+
"version": "3.9.19"
826826
},
827827
"vscode": {
828828
"interpreter": {

0 commit comments

Comments
 (0)