Skip to content
Open

Dev #89

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions notebooks/06_load_excel_files/06_load_excel_files.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
"kernelspec": {
"display_name": "Streamlit Notebook",
"name": "streamlit"
},
"lastEditStatus": {
"notebookId": "bq24sf5lwc73rejtkr4k",
"authorId": "7114607992050",
"authorName": "JZEGLER",
"authorEmail": "[email protected]",
"sessionId": "31a409f6-eaba-4d7c-be1c-27aa49abc79a",
"lastEditTime": 1750424649225
}
},
"nbformat_minor": 5,
Expand All @@ -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
},
{
Expand Down Expand Up @@ -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
}
]
Expand Down
Binary file added scripts/simple.zip
Binary file not shown.