Skip to content

Commit

Permalink
Clear outputs for CSE notebooks [CodeBuild]
Browse files Browse the repository at this point in the history
  • Loading branch information
tkilias committed Aug 23, 2024
1 parent 8f223c7 commit 91d539b
Showing 1 changed file with 10 additions and 56 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,44 +45,15 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"id": "a3e09393f1b792f2",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "d575d602a1d347e7a30f07fef7607002",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"Output()"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "aa35bc3962144befa6b3adfab142c29c",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"Box(children=(Box(children=(Label(value='Configuration Store', layout=Layout(border_bottom='solid 1px', border…"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"outputs": [],
"source": [
"%run ../utils/access_store_ui.ipynb\n",
"display(get_access_store_ui('../'))"
Expand All @@ -105,23 +76,15 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"id": "95d09c1457b4ae0b",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Could Storage Extension was initialized\n"
]
}
],
"outputs": [],
"source": [
"%run ../cloud_store_config.ipynb"
]
Expand All @@ -145,7 +108,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": null,
"id": "6003fd367d36d89a",
"metadata": {
"collapsed": false,
Expand Down Expand Up @@ -195,7 +158,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": null,
"id": "21cfe3edd3246a51",
"metadata": {
"ExecuteTime": {
Expand Down Expand Up @@ -248,7 +211,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": null,
"id": "b2ec486162082706",
"metadata": {
"ExecuteTime": {
Expand Down Expand Up @@ -295,7 +258,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": null,
"id": "58c142629eb67bae",
"metadata": {
"ExecuteTime": {
Expand Down Expand Up @@ -342,24 +305,15 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": null,
"id": "a65f19ecc0ce237a",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Loaded 3231245 rows\n",
"('0212113210312302', 'POLYGON((-114.32373046875 53.1829958600872, -114.318237304688 53.1829958600872, -114.318237304688 53.1797038936054, -114.32373046875 53.1797038936054, -114.32373046875 53.1829958600872))', '39647', '29770', '30', '1', '1')\n"
]
}
],
"outputs": [],
"source": [
"with open_pyexasol_connection(ai_lab_config) as conn:\n",
" data_rows = conn.execute(\"select count(*) from {schema!i}.{table!i}\", query_params=params)\n",
Expand Down

0 comments on commit 91d539b

Please sign in to comment.