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..a3a6821 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": "30cf39cb-d77f-4f3b-8209-2c9fa91154ae", + "lastEditTime": 1758720658280 } }, "nbformat_minor": 5, @@ -28,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", @@ -110,8 +129,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 +}