Skip to content

Commit 6c273a1

Browse files
bharathts07Bharath Swamy
and
Bharath Swamy
authored
update(python-udf-template): update message to indicate private preview status (#135)
Co-authored-by: Bharath Swamy <bswamy@b-sf-Pro.local>
1 parent a5e3813 commit 6c273a1

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

notebooks/python-udf-template/notebook.ipynb

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@
3030
"</div>"
3131
]
3232
},
33+
{
34+
"cell_type": "markdown",
35+
"id": "9b6469e0",
36+
"metadata": {},
37+
"source": [
38+
"<p>This feature is currently in Private Preview. Please reach out support@singlestore.com to confirm if this feature can be enabled in your org.</p>"
39+
]
40+
},
3341
{
3442
"attachments": {},
3543
"cell_type": "markdown",
@@ -197,7 +205,9 @@
197205
"```\n",
198206
"SELECT review_id, store_name, review, review_sentiment_test(review) from reviews order by review_id;\n",
199207
"```\n",
200-
"from the SQL editor or any other SQL client. Try it out by opening another notebook, selecting the current Database and running this query in a new cell."
208+
"from the SQL editor or any other SQL client.\n",
209+
"\n",
210+
"Try it out by opening another notebook, selecting the current Database and running this query in a new cell."
201211
]
202212
},
203213
{

0 commit comments

Comments
 (0)