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
d980f846
Commit
d980f846
authored
Jul 06, 2021
by
fabian serin
Browse files
clean up
parent
56f9e2bf
Pipeline
#50670
failed with stages
in 23 seconds
Changes
1
Pipelines
5
Show whitespace changes
Inline
Side-by-side
app/wdms_app.py
View file @
d980f846
...
...
@@ -229,7 +229,6 @@ dependencies = [Depends(require_data_partition_id, use_cache=False),
tags
=
[
'ALPHA feature: bulk data chunking'
]
# welllog bulk v3 APIs
bulk_utils
.
bulk_context
=
"welllog"
wdms_app
.
include_router
(
sessions
.
router
,
prefix
=
ALPHA_APIS_PREFIX
+
DDMS_V3_PATH
+
welllog_ddms_v3
.
WELL_LOGS_API_BASE_PATH
,
...
...
@@ -240,7 +239,6 @@ wdms_app.include_router(
tags
=
tags
,
dependencies
=
dependencies
)
# wellbore trajectory bulk v3 APIs
bulk_utils
.
bulk_context
=
"wellbore"
wdms_app
.
include_router
(
sessions
.
router
,
prefix
=
ALPHA_APIS_PREFIX
+
DDMS_V3_PATH
+
wellbore_trajectory_ddms_v3
.
WELLBORE_TRAJECTORIES_API_BASE_PATH
,
...
...
@@ -251,7 +249,6 @@ wdms_app.include_router(
tags
=
tags
,
dependencies
=
dependencies
)
# log bulk v2 APIs
bulk_utils
.
bulk_context
=
"log"
wdms_app
.
include_router
(
sessions
.
router
,
prefix
=
ALPHA_APIS_PREFIX
+
DDMS_V2_PATH
+
log_ddms_v2
.
LOGS_API_BASE_PATH
,
...
...
Write
Preview
Supports
Markdown
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