Skip to content

Commit 1aea522

Browse files
committed
Added alert box for message about running the other notebook.
1 parent 8a89fa4 commit 1aea522

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

UseCases/Improving_Customer_Satisfaction_Travel_Insights/Improving_Customer_Satisfaction_Travel_Insights_SQL.ipynb

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,21 @@
203203
{
204204
"cell_type": "markdown",
205205
"id": "194ee355-24ba-4908-b6a7-0b5c12a7c2fd",
206+
"metadata": {
207+
"tags": []
208+
},
209+
"source": [
210+
"<p style = 'font-size:16px;font-family:Arial;'>If you see the message \" Unable to run SQL: Unable to run SQL query: Database reported error:3807:Object 'embeddings_models' does not exist.\", Please execute this notebook: <br><a href = './Initialization_and_Model_Load_Travel_Insights.ipynb'>Initialization_and_Model_Load_Travel_Insights</a>. "
211+
]
212+
},
213+
{
214+
"cell_type": "markdown",
215+
"id": "504385c3-0364-47f8-8742-5b7f5f84a74e",
206216
"metadata": {},
207217
"source": [
208-
"<p style = 'font-size:16px;font-family:Arial;'>If you don't get the model_id output or error is thrown that the embeddings_models table is not present, please run the below notebook <br><a href = './Initialization_and_Model_Load_Travel_Insights.ipynb'>Initialize and load model </a> "
218+
"<div class=\"alert alert-block alert-info\">\n",
219+
"<p style = 'font-size:16px;font-family:Arial'>If you see the message \"<i>Unable to run SQL: Unable to run SQL query: Database reported error:3807:Object 'embeddings_models' does not exist.</i>\",<br>Please execute this notebook: <a href = './Initialization_and_Model_Load_Travel_Insights.ipynb'><b>Initialization_and_Model_Load_Travel_Insights<b></a>.\n",
220+
"</div>"
209221
]
210222
},
211223
{

0 commit comments

Comments
 (0)