From c465ec6f419d82c17e6f8be5d27259186527f34e Mon Sep 17 00:00:00 2001 From: Rajiv Giri Date: Tue, 23 Sep 2025 23:34:33 +0000 Subject: [PATCH 1/4] Snowflake VHOL Demo --- .../06_load_excel_files/06_load_excel_files.ipynb | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/notebooks/06_load_excel_files/06_load_excel_files.ipynb b/notebooks/06_load_excel_files/06_load_excel_files.ipynb index 974746d..7546fbf 100644 --- a/notebooks/06_load_excel_files/06_load_excel_files.ipynb +++ b/notebooks/06_load_excel_files/06_load_excel_files.ipynb @@ -3,6 +3,14 @@ "kernelspec": { "display_name": "Streamlit Notebook", "name": "streamlit" + }, + "lastEditStatus": { + "notebookId": "yy2iasnu6m54s3i2eg74", + "authorId": "804698889966", + "authorName": "RAJIVGIRI2025", + "authorEmail": "rajivgiri2025@gmail.com", + "sessionId": "323b9f0b-39b9-4be9-bc79-1da20b2d7dad", + "lastEditTime": 1758670389237 } }, "nbformat_minor": 5, @@ -110,7 +118,7 @@ "name": "sql_debugging" }, "outputs": [], - "source": "--DESCRIBE TABLE LOCATION;\n--SELECT * FROM LOCATION;\n--SHOW TABLES;", + "source": "--DESCRIBE TABLE LOCATION;\n--SELECT * FROM LOCATION;\nSHOW TABLES;", "execution_count": null } ] From fb274610eed937fc2116f3cf8bfaf3f3d3d1aacd Mon Sep 17 00:00:00 2001 From: Rajiv Giri Date: Wed, 24 Sep 2025 13:00:44 +0000 Subject: [PATCH 2/4] Initial test commit --- notebooks/06_load_excel_files/06_load_excel_files.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/notebooks/06_load_excel_files/06_load_excel_files.ipynb b/notebooks/06_load_excel_files/06_load_excel_files.ipynb index 7546fbf..4265e6c 100644 --- a/notebooks/06_load_excel_files/06_load_excel_files.ipynb +++ b/notebooks/06_load_excel_files/06_load_excel_files.ipynb @@ -9,8 +9,8 @@ "authorId": "804698889966", "authorName": "RAJIVGIRI2025", "authorEmail": "rajivgiri2025@gmail.com", - "sessionId": "323b9f0b-39b9-4be9-bc79-1da20b2d7dad", - "lastEditTime": 1758670389237 + "sessionId": "712bf6a2-bd6a-433c-b230-e3f661327338", + "lastEditTime": 1758718807829 } }, "nbformat_minor": 5, @@ -118,7 +118,7 @@ "name": "sql_debugging" }, "outputs": [], - "source": "--DESCRIBE TABLE LOCATION;\n--SELECT * FROM LOCATION;\nSHOW TABLES;", + "source": "--DESCRIBE TABLE LOCATION;\n--SELECT * FROM LOCATION;\n--SHOW TABLES;", "execution_count": null } ] From 750ad2da201987b1602204732942e8c3d24e2296 Mon Sep 17 00:00:00 2001 From: Raj G <28536965+rajg2023@users.noreply.github.com> Date: Wed, 24 Sep 2025 10:01:03 -0400 Subject: [PATCH 3/4] Update 06_load_excel_files.ipynb --- notebooks/06_load_excel_files/06_load_excel_files.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/06_load_excel_files/06_load_excel_files.ipynb b/notebooks/06_load_excel_files/06_load_excel_files.ipynb index 4265e6c..3cec5fc 100644 --- a/notebooks/06_load_excel_files/06_load_excel_files.ipynb +++ b/notebooks/06_load_excel_files/06_load_excel_files.ipynb @@ -118,8 +118,8 @@ "name": "sql_debugging" }, "outputs": [], - "source": "--DESCRIBE TABLE LOCATION;\n--SELECT * FROM LOCATION;\n--SHOW TABLES;", + "source": "--DESCRIBE TABLE LOCATION;\n--SELECT * FROM LOCATION;\nSHOW TABLES;", "execution_count": null } ] -} \ No newline at end of file +} From fa551f04d3265728db658e49f64ab1841627c9e6 Mon Sep 17 00:00:00 2001 From: Rajiv Giri Date: Wed, 24 Sep 2025 14:04:57 +0000 Subject: [PATCH 4/4] test3 --- .../06_load_excel_files/06_load_excel_files.ipynb | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/notebooks/06_load_excel_files/06_load_excel_files.ipynb b/notebooks/06_load_excel_files/06_load_excel_files.ipynb index 3cec5fc..a3a6821 100644 --- a/notebooks/06_load_excel_files/06_load_excel_files.ipynb +++ b/notebooks/06_load_excel_files/06_load_excel_files.ipynb @@ -9,8 +9,8 @@ "authorId": "804698889966", "authorName": "RAJIVGIRI2025", "authorEmail": "rajivgiri2025@gmail.com", - "sessionId": "712bf6a2-bd6a-433c-b230-e3f661327338", - "lastEditTime": 1758718807829 + "sessionId": "30cf39cb-d77f-4f3b-8209-2c9fa91154ae", + "lastEditTime": 1758720658280 } }, "nbformat_minor": 5, @@ -36,6 +36,17 @@ "source": "-- This won't be needed when we can pass variables to Notebooks!\nSELECT current_database() AS DATABASE_NAME, current_schema() AS SCHEMA_NAME", "execution_count": null }, + { + "cell_type": "code", + "id": "0f0a8ce4-bb84-4a31-b551-9a081fce7666", + "metadata": { + "language": "sql", + "name": "cell1" + }, + "outputs": [], + "source": "SELECT CURRENT_ORGANIZATION_NAME() || '-' || CURRENT_ACCOUNT_NAME();", + "execution_count": null + }, { "cell_type": "code", "id": "3775908f-ca36-4846-8f38-5adca39217f2",