Skip to content
Snippets Groups Projects
Commit 4c53b97c authored by Victor Dosda's avatar Victor Dosda
Browse files

Added new chucking v2 APIs (with YV refactoring)

parent 6d56975d
No related branches found
No related tags found
3 merge requests!202exclusiveMinimum and maximum does not make sense with ValueWithUnit object, it...,!201exclusiveMinimum and maximum does not make sense with ValueWithUnit object, it...,!136Bulk api v2
......@@ -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"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment