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
39f61c10
Commit
39f61c10
authored
2 years ago
by
fabian serin
Browse files
Options
Downloads
Patches
Plain Diff
Fix failing e2e - mismatch in ref
parent
d0cf7802
No related branches found
No related tags found
2 merge requests
!522
welllog120 model
,
!468
Upgrade to support WellLog 1.2.0
Pipeline
#100569
passed with warnings
2 years ago
Stage: review
Stage: build
Stage: containerize
Stage: scan
Stage: deploy
Stage: integration
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wdms_client/request_builders/wdms/crud/osdu_welllog.py
+5
-2
5 additions, 2 deletions
wdms_client/request_builders/wdms/crud/osdu_welllog.py
with
5 additions
and
2 deletions
wdms_client/request_builders/wdms/crud/osdu_welllog.py
+
5
−
2
View file @
39f61c10
...
...
@@ -365,7 +365,8 @@ def build_request_create_osdu_welllog(b_use_fixed_id=True, curves: List[str]=['E
},
"
IsRegular
"
: true,
"
SamplingStart
"
: 12345.6,
"
SamplingStop
"
: 12345.6,
"""
"
SamplingStop
"
: 12345.6,
"
LogRemark
"
:
"
example data for API integration tests
"
,
"""
inner_curves
=
""
for
c
in
curves
:
...
...
@@ -727,7 +728,9 @@ def get_cleaned_ref_and_res() -> dict:
"
LogCurveTypeID
"
:
"
namespace:reference-data--LogCurveType:SomeUniqueLogCurveTypeID:
"
,
"
LogCurveBusinessValueID
"
:
"
namespace:reference-data--LogCurveBusinessValue:SomeUniqueLogCurveBusinessValueID:
"
,
"
LogCurveMainFamilyID
"
:
"
namespace:reference-data--LogCurveMainFamily:SomeUniqueLogCurveMainFamilyID:
"
,
"
LogCurveFamilyID
"
:
"
namespace:reference-data--LogCurveFamily:SomeUniqueLogCurveFamilyID:
"
"
LogCurveFamilyID
"
:
"
namespace:reference-data--LogCurveFamily:SomeUniqueLogCurveFamilyID:
"
,
"
CurveDescription
"
:
"
Sample curve for integration tests
"
,
"
CurveSampleTypeID
"
:
"
namespace:reference-data--CurveSampleType:float:
"
}
],
"
ExtensionProperties
"
:
{}
...
...
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