Skip to content

Commit

Permalink
[NB Auto] Add Parameters Tag (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzhao8888 committed Jun 3, 2023
1 parent d893e62 commit 3b22357
Showing 1 changed file with 6 additions and 28 deletions.
Expand Up @@ -415,29 +415,8 @@
"dynamic_summary_name = ''\r\n",
"dynamic_summary_guid = ''"
],
"outputs": [
{
"output_type": "display_data",
"data": {
"application/vnd.livy.statement-meta+json": {
"spark_pool": null,
"session_id": null,
"statement_id": null,
"state": "cancelled",
"livy_statement_state": null,
"queued_time": "2023-04-06T16:13:05.4107559Z",
"session_start_time": "2023-04-06T16:13:05.4772788Z",
"execution_start_time": null,
"execution_finish_time": "2023-04-06T16:13:07.6477724Z",
"spark_jobs": null,
"parent_msg_id": "532c4b31-55cf-4026-aab3-5a16b24b986d"
},
"text/plain": "StatementMeta(, , , Cancelled, )"
},
"metadata": {}
}
],
"execution_count": 2,
"outputs": [],
"execution_count": null,
"metadata": {
"jupyter": {
"source_hidden": false,
Expand All @@ -447,7 +426,10 @@
"transient": {
"deleting": false
}
}
},
"tags": [
"parameters"
]
}
},
{
Expand Down Expand Up @@ -656,15 +638,11 @@
"metadata": {
"kernelspec": {
"name": "synapse_pyspark",
"language": "Python",
"display_name": "Synapse PySpark"
},
"language_info": {
"name": "python"
},
"kernel_info": {
"name": "synapse_pyspark"
},
"description": null,
"save_output": true,
"synapse_widget": {
Expand Down

0 comments on commit 3b22357

Please sign in to comment.