Skip to content

Commit 0589c2c

Browse files
raphael-intugleshiva-intugle
authored andcommitted
Added remote url warning for datasets
1 parent 30ff909 commit 0589c2c

7 files changed

+342
-12
lines changed

notebooks/quickstart_fmcg.ipynb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@
8080
"print(\"All CSV files downloaded successfully.\")"
8181
]
8282
},
83+
{
84+
"cell_type": "markdown",
85+
"id": "5c3c36bf",
86+
"metadata": {},
87+
"source": [
88+
"> **Working with Remote URLs** : While `intugle` supports providing remote URLs (e.g., a raw GitHub file link) in the `path`, it is **not recommended for large datasets**. For best performance and stability, we recommend downloading files to your local filesystem first and providing a local path."
89+
]
90+
},
8391
{
8492
"cell_type": "markdown",
8593
"id": "27de922f",

notebooks/quickstart_healthcare.ipynb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@
8080
"print(\"All CSV files downloaded successfully.\")"
8181
]
8282
},
83+
{
84+
"cell_type": "markdown",
85+
"id": "eba33fbc",
86+
"metadata": {},
87+
"source": [
88+
"> **Working with Remote URLs** : While `intugle` supports providing remote URLs (e.g., a raw GitHub file link) in the `path`, it is **not recommended for large datasets**. For best performance and stability, we recommend downloading files to your local filesystem first and providing a local path."
89+
]
90+
},
8391
{
8492
"cell_type": "markdown",
8593
"id": "4887528e",

notebooks/quickstart_healthcare_databricks.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
"4. **Glossary Generation:** Generates a business glossary for each column using an LLM.\n",
193193
"5. **Link Prediction:** Predicts the relationships (foreign keys) between tables.\n",
194194
"\n",
195-
"Let's start by defining the datasets we want to use. The path shown below can be a local file path or a remote URL."
195+
"Let's start by defining the datasets we want to use. "
196196
]
197197
},
198198
{

notebooks/quickstart_native_databricks.ipynb

Lines changed: 308 additions & 10 deletions
Large diffs are not rendered by default.

notebooks/quickstart_native_snowflake.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
"4. **Glossary Generation:** Generates a business glossary for each column using an LLM.\n",
188188
"5. **Link Prediction:** Predicts the relationships (foreign keys) between tables.\n",
189189
"\n",
190-
"Let's start by defining the datasets we want to use. The path shown below can be a local file path or a remote URL."
190+
"Let's start by defining the datasets we want to use. "
191191
]
192192
},
193193
{

notebooks/quickstart_sports_media.ipynb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@
8080
"print(\"All CSV files downloaded successfully.\")"
8181
]
8282
},
83+
{
84+
"cell_type": "markdown",
85+
"id": "1d7b58c2",
86+
"metadata": {},
87+
"source": [
88+
"> **Working with Remote URLs** : While `intugle` supports providing remote URLs (e.g., a raw GitHub file link) in the `path`, it is **not recommended for large datasets**. For best performance and stability, we recommend downloading files to your local filesystem first and providing a local path."
89+
]
90+
},
8391
{
8492
"cell_type": "markdown",
8593
"id": "941ae2c6",

notebooks/quickstart_tech_manufacturing.ipynb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@
8080
"print(\"All CSV files downloaded successfully.\")"
8181
]
8282
},
83+
{
84+
"cell_type": "markdown",
85+
"id": "c0fcd0de",
86+
"metadata": {},
87+
"source": [
88+
"> **Working with Remote URLs** : While `intugle` supports providing remote URLs (e.g., a raw GitHub file link) in the `path`, it is **not recommended for large datasets**. For best performance and stability, we recommend downloading files to your local filesystem first and providing a local path."
89+
]
90+
},
8391
{
8492
"cell_type": "markdown",
8593
"id": "9a63283cbaf04dbcab1f6479b197f3a8",

0 commit comments

Comments
 (0)