Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Wellbore
Wellbore Domain Services
Commits
db1fcd1c
Commit
db1fcd1c
authored
Jul 07, 2021
by
Cyril Monmouton
Browse files
Comment out test endpoint
parent
c86b4faa
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/bulk_utils.py
View file @
db1fcd1c
...
...
@@ -335,14 +335,14 @@ async def get_data(
TEST METHODE - TO BE REMOVE AFTER USAGE
#################################################################
"""
@
router_bulk
.
post
(
"/test"
)
async
def
bob
(
dask_blob_storage
:
DaskBulkStorage
=
Depends
(
with_dask_blob_storage
),
):
before
=
True
response
=
await
dask_blob_storage
.
test_method_in_dask
()
after
=
True
return
{
'value'
:
response
}
#
@router_bulk.post("/test")
#
async def bob(
#
dask_blob_storage: DaskBulkStorage = Depends(with_dask_blob_storage),
#
):
#
before = True
#
response = await dask_blob_storage.test_method_in_dask()
#
after = True
#
return {'value': response}
"""
#################################################################
TEST METHODE - TO BE REMOVE AFTER USAGE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment