Skip to content
Open

Dev #106

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
23 changes: 21 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": "yy2iasnu6m54s3i2eg74",
"authorId": "804698889966",
"authorName": "RAJIVGIRI2025",
"authorEmail": "[email protected]",
"sessionId": "30cf39cb-d77f-4f3b-8209-2c9fa91154ae",
"lastEditTime": 1758720658280
}
},
"nbformat_minor": 5,
Expand All @@ -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",
Expand Down Expand Up @@ -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
}
]
}
}