Skip to content

To prevent race condition for WellLog or WellboreTrajectory kind when writting bulk data with session

To prevent race condition WellLog or WellboreTrajectory write, OSDU schema allow produces to set the field "data.IsExtendedLoad" at True to let other service know that the record is under construction and should not be modified. WDMS through session meta attributes, will automatically set the field "data.IsExtendedLoad" to False after completing the bulk data session.

Merge request reports