Skip to content

Commit

Permalink
Fix IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
kesmit13 committed Oct 8, 2024
1 parent b92ad67 commit c19630c
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions notebooks/load-csv-data-s3-placeholder/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "",
"id": "b5730dcd-9402-4a04-baef-e6406f49c3dd",
"metadata": {},
"source": [
"<div id=\"singlestore-header\" style=\"display: flex; background-color: rgba(235, 249, 245, 0.25); padding: 5px;\">\n",
Expand All @@ -18,7 +18,7 @@
},
{
"cell_type": "markdown",
"id": "",
"id": "e55e8155-7164-4ff9-b0c9-dcfeed326816",
"metadata": {},
"source": [
"<div class=\"alert alert-block alert-warning\">\n",
Expand All @@ -33,7 +33,6 @@
{
"attachments": {},
"cell_type": "markdown",
"id": "",
"metadata": {},
"source": [
"This notebook demonstrates how to create a sample table in SingleStore, set up a pipeline to import data from an Amazon S3 bucket, and run queries on the imported data. It is designed for users who want to integrate S3 data with SingleStore and explore the capabilities of pipelines for efficient data ingestion."
Expand All @@ -42,7 +41,6 @@
{
"attachments": {},
"cell_type": "markdown",
"id": "",
"metadata": {},
"source": [
"<h3>Demo Flow</h3>"
Expand All @@ -51,7 +49,6 @@
{
"attachments": {},
"cell_type": "markdown",
"id": "",
"metadata": {},
"source": [
"<img src=https://singlestoreloaddata.s3.ap-south-1.amazonaws.com/images/LoadDataCSV.png width=\"100%\" hight=\"50%\"/>"
Expand All @@ -60,7 +57,6 @@
{
"attachments": {},
"cell_type": "markdown",
"id": "",
"metadata": {},
"source": [
"## Sample Table in SingleStore\n",
Expand All @@ -71,7 +67,6 @@
{
"cell_type": "code",
"execution_count": 1,
"id": "",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -88,7 +83,6 @@
{
"attachments": {},
"cell_type": "markdown",
"id": "",
"metadata": {},
"source": [
"## Create a Pipeline to Import Data from S3\n",
Expand Down Expand Up @@ -137,7 +131,6 @@
{
"cell_type": "code",
"execution_count": 3,
"id": "",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -157,7 +150,6 @@
{
"attachments": {},
"cell_type": "markdown",
"id": "",
"metadata": {},
"source": [
"## Start the Pipeline\n",
Expand Down Expand Up @@ -201,7 +193,6 @@
{
"attachments": {},
"cell_type": "markdown",
"id": "",
"metadata": {},
"source": [
"### Check if all data of the data is loaded"
Expand All @@ -210,7 +201,6 @@
{
"cell_type": "code",
"execution_count": 6,
"id": "",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -221,7 +211,6 @@
{
"attachments": {},
"cell_type": "markdown",
"id": "",
"metadata": {},
"source": [
"## Conclusion\n",
Expand All @@ -233,7 +222,6 @@
{
"attachments": {},
"cell_type": "markdown",
"id": "",
"metadata": {},
"source": [
"## Clean up\n",
Expand All @@ -244,7 +232,6 @@
{
"attachments": {},
"cell_type": "markdown",
"id": "",
"metadata": {},
"source": [
"#### Drop Pipeline"
Expand All @@ -253,7 +240,6 @@
{
"cell_type": "code",
"execution_count": 7,
"id": "",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -266,7 +252,6 @@
{
"attachments": {},
"cell_type": "markdown",
"id": "",
"metadata": {},
"source": [
"#### Drop Data"
Expand All @@ -275,7 +260,6 @@
{
"cell_type": "code",
"execution_count": 8,
"id": "",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -285,7 +269,7 @@
},
{
"cell_type": "markdown",
"id": "",
"id": "b47799b9-36b3-42c5-8434-4091a38f966a",
"metadata": {},
"source": [
"<div id=\"singlestore-footer\" style=\"background-color: rgba(194, 193, 199, 0.25); height:2px; margin-bottom:10px\"></div>\n",
Expand Down

0 comments on commit c19630c

Please sign in to comment.