From 21da53d4049ebfb941d349f5b7113eb9f62f5aee Mon Sep 17 00:00:00 2001 From: Bharath Swamy Date: Mon, 19 May 2025 16:51:19 -0700 Subject: [PATCH] update(python-udf-template): update message to indicate private preview status --- notebooks/python-udf-template/notebook.ipynb | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/notebooks/python-udf-template/notebook.ipynb b/notebooks/python-udf-template/notebook.ipynb index 7bd7c73..3d1f12c 100644 --- a/notebooks/python-udf-template/notebook.ipynb +++ b/notebooks/python-udf-template/notebook.ipynb @@ -30,6 +30,14 @@ "" ] }, + { + "cell_type": "markdown", + "id": "9b6469e0", + "metadata": {}, + "source": [ + "

This feature is currently in Private Preview. Please reach out support@singlestore.com to confirm if this feature can be enabled in your org.

" + ] + }, { "attachments": {}, "cell_type": "markdown", @@ -197,7 +205,9 @@ "```\n", "SELECT review_id, store_name, review, review_sentiment_test(review) from reviews order by review_id;\n", "```\n", - "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." + "from the SQL editor or any other SQL client.\n", + "\n", + "Try it out by opening another notebook, selecting the current Database and running this query in a new cell." ] }, {