Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Wellbore Domain Services
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
Domain Data Management Services
Wellbore
Wellbore Domain Services
Commits
4c53b97c
Commit
4c53b97c
authored
3 years ago
by
Victor Dosda
Browse files
Options
Downloads
Patches
Plain Diff
Added new chucking v2 APIs (with YV refactoring)
parent
6d56975d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!202
exclusiveMinimum and maximum does not make sense with ValueWithUnit object, it...
,
!201
exclusiveMinimum and maximum does not make sense with ValueWithUnit object, it...
,
!136
Bulk api v2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/wdms_app.py
+10
-0
10 additions, 0 deletions
app/wdms_app.py
with
10 additions
and
0 deletions
app/wdms_app.py
+
10
−
0
View file @
4c53b97c
...
...
@@ -203,6 +203,16 @@ wdms_app.include_router(
prefix
=
ALPHA_APIS_PREFIX
+
DDMS_V3_PATH
+
wellbore_trajectory_ddms_v3
.
WELLBORE_TRAJECTORIES_API_BASE_PATH
,
tags
=
tags
,
dependencies
=
dependencies
)
# log bulk v2 APIs
wdms_app
.
include_router
(
sessions
.
router
,
prefix
=
ALPHA_APIS_PREFIX
+
DDMS_V2_PATH
+
"
/logs
"
,
tags
=
tags
,
dependencies
=
dependencies
)
wdms_app
.
include_router
(
log_ddms_v2
.
router_bulk
,
prefix
=
ALPHA_APIS_PREFIX
+
DDMS_V2_PATH
,
tags
=
tags
,
dependencies
=
dependencies
)
# ------------- add alpha feature: ONLY MOUNTED IN DEV AND DA ENVs
def
enable_alpha_feature
():
"""
must be called to enable and activate alpha feature
"""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment