Skip to content
GitLab
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 Management Services
Wellbore
Wellbore Domain Services
Commits
41c73041
Commit
41c73041
authored
Sep 02, 2021
by
Christophe Lallement
Browse files
fix missing /alpha chunking v2 path
parent
f9aae81d
Pipeline
#62516
failed with stages
in 18 minutes and 6 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
tests/unit/routers/chunking_test.py
View file @
41c73041
...
...
@@ -44,7 +44,7 @@ Definitions = {
'WellboreTrajectory'
:
{
'api_version'
:
'v3'
,
'base_url'
:
'/ddms/v3/wellboretrajectories'
,
'chunking_url'
:
'/ddms/v3/wellboretrajectories'
,
# TODO: update when no longer alpha
'chunking_url'
:
'/ddms/v3/wellboretrajectories'
,
'kind'
:
'osdu:wks:work-product-component--WellboreTrajectory:1.0.0'
,
'record_data'
:
{
"WellboreID"
:
"namespace:master-data--Wellbore:SomeUniqueWellboreID:"
,
...
...
@@ -56,7 +56,7 @@ Definitions = {
'Log'
:
{
'api_version'
:
'v2'
,
'base_url'
:
'/ddms/v2/logs'
,
'chunking_url'
:
'/ddms/v2/logs'
,
'chunking_url'
:
'/
alpha/
ddms/v2/logs'
,
'kind'
:
'osdu:wks:log:1.0.5'
,
'record_data'
:
{
"name"
:
"myLog_name"
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment