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..8e2ca95 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": "wz4yf2tx5avdihsrcr3j", + "authorId": "296812953632", + "authorName": "ASHAIKH", + "authorEmail": "aamer.shaikh@snowflake.com", + "sessionId": "67cd6317-51ac-4541-9103-b233c6d1e710", + "lastEditTime": 1739447504141 } }, "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;\nSELECT * FROM LOCATION;\nSHOW TABLES;", "execution_count": null } ]