Skip to content

Commit

Permalink
added requests approval statically instead of dynamic retrieval due t…
Browse files Browse the repository at this point in the history
…o incosistency in order of mongo and sql
  • Loading branch information
rasswanth-s committed Aug 15, 2023
1 parent bc4e0a7 commit 8b29b2d
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions notebooks/api/0.8/05-custom-policy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@
},
"outputs": [],
"source": [
"domain_client.code.request_code_execution(func)"
"request = domain_client.code.request_code_execution(func)\n",
"request"
]
},
{
Expand All @@ -256,19 +257,6 @@
"func = domain_client.code[-1]"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "7edf4fc6-302e-4bfd-94e5-33cc911f6db0",
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"request = domain_client.requests[-1]\n",
"request"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -420,7 +408,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.3"
"version": "3.11.4"
},
"toc": {
"base_numbering": 1,
Expand Down

0 comments on commit 8b29b2d

Please sign in to comment.