Skip to content

Commit

Permalink
Modified notebook to remove free tier message (#130)
Browse files Browse the repository at this point in the history
* Modified kafka notebook

* Modified kafka notebook

* Modified kafka notebook

* Modified kafka notebook

* Modified kafka notebook

---------

Co-authored-by: chetan thote <[email protected]>
  • Loading branch information
chetanthote and chetan thote authored Jan 15, 2025
1 parent 1a9c672 commit 186eff6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
4 changes: 2 additions & 2 deletions notebooks/load-kafka-template/meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ title="Importing Data from Kafka into SingleStore using Pipelines"
description="""\
This notebook demonstrates how to create a sample table in SingleStore, set up a pipeline to import data from Kafka topic."""
difficulty="beginner"
tags=["starter", "loaddata", "kafka"]
tags=["loaddata", "kafka"]
lesson_areas=["Ingest"]
icon="database"
destinations=["spaces"]
minimum_tier="free-shared"
minimum_tier="standard"
16 changes: 1 addition & 15 deletions notebooks/load-kafka-template/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,6 @@
"</div>"
]
},
{
"id": "17e0a577",
"cell_type": "markdown",
"metadata": {},
"source": [
"<div class=\"alert alert-block alert-warning\">\n",
" <b class=\"fa fa-solid fa-exclamation-circle\"></b>\n",
" <div>\n",
" <p><b>Note</b></p>\n",
" <p>This notebook can be run on a Free Starter Workspace. To create a Free Starter Workspace navigate to <tt>Start</tt> using the left nav. You can also use your existing Standard or Premium workspace with this Notebook.</p>\n",
" </div>\n",
"</div>"
]
},
{
"attachments": {},
"cell_type": "markdown",
Expand Down Expand Up @@ -188,7 +174,7 @@
},
{
"cell_type": "markdown",
"id": "03f4cbfb",
"id": "a41c3fcc",
"metadata": {},
"source": [
"You can see status of your pipeline <a href='https://portal.singlestore.com/organizations/org-id/pipelines'> Click Here</a>"
Expand Down

0 comments on commit 186eff6

Please sign in to comment.