Skip to content

Commit 5d4f5a8

Browse files
authored
Fix Python UDFs template by removing 'replace_existing' arg (#143)
1 parent f2b40d9 commit 5d4f5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/python-udf-template/notebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"outputs": [],
167167
"source": [
168168
"import singlestoredb.apps as apps\n",
169-
"connection_info = await apps.run_udf_app(replace_existing=True)"
169+
"connection_info = await apps.run_udf_app()"
170170
],
171171
"id": "b716549f"
172172
},

0 commit comments

Comments
 (0)