Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • I Ingestion DAGs
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 32
    • Issues 32
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • Data Flow
  • Data IngestionData Ingestion
  • Ingestion DAGs
  • Issues
  • #83
Closed
Open
Issue created Aug 01, 2021 by Debasis Chatterjee@debasiscOwner

Manifest-based Ingestion - add check for coherent values in pairs (ex: Play and PlayType in Master entity "Field")

Airflow Console - It shows the step of provide_manifest_integrity_task. Thomas-Master-data-Field

In this step, check is performed to see if referenced value (for Reference entity or for Master entity) actually exists.

Ex: Master entity Organisation -> Reference entity OrganisationType

Ex: Work-product Component WellLog -> Master data Wellbore

Ex: for Master data "Organisation"

"OrganisationTypeID": "{{data-partition-id}}:reference-data--OrganisationType:BogusValue:",

Portion from log file showing the reason for failure –

[2021-07-30 14:24:40,991] {validate_referential_integrity.py:188} WARNING - Resource with 
kind odesprod:wks:master-data--Organisation:1.0.0 and 
id: 'odesprod:master-data--Organisation:Katalyst30Jul1' was rejected. 

Missing ids '{'odesprod:reference-data--OrganisationType:BogusValue:'}'

It is in this step that I propose addition of consistency check for “paired values” in Master entity “Field” – ex: Play and PlayType.

https://gitlab.opengroup.org/osdu/subcommittees/data-def/work-products/schema/-/blob/master/E-R/master-data/Field.1.0.0.md

Ex: Master Entity "Play" has a record “Play-Thomas1” which is of PlayType=”Shale”. But the Data Loader is mentioning incoherent combination when creating a new record of "Field" - play=”Play-Thomas1” but PlayType=”OilSands” instead of “Shale”

We propose detection of such inconsistency during manifest-based Ingestion.

Thomas-Master-entity-Field

cc : @gehrmann

Edited Aug 01, 2021 by Debasis Chatterjee
Assignee
Assign to
Time tracking