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..55e501b 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": "bq24sf5lwc73rejtkr4k", + "authorId": "7114607992050", + "authorName": "JZEGLER", + "authorEmail": "jonathan.zegler@snowflake.com", + "sessionId": "31a409f6-eaba-4d7c-be1c-27aa49abc79a", + "lastEditTime": 1750424649225 } }, "nbformat_minor": 5, @@ -25,7 +33,7 @@ "name": "sql_get_context" }, "outputs": [], - "source": "-- This won't be needed when we can pass variables to Notebooks!\nSELECT current_database() AS DATABASE_NAME, current_schema() AS SCHEMA_NAME", + "source": "-- This won't be needed when we can pass variables to Notebooks! CHANGE\nSELECT current_database() AS DATABASE_NAME, current_schema() AS SCHEMA_NAME", "execution_count": null }, { @@ -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;\n", "execution_count": null } ] diff --git a/scripts/simple.zip b/scripts/simple.zip new file mode 100644 index 0000000..79e02b5 Binary files /dev/null and b/scripts/simple.zip differ