Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • I Indexer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 23
    • Issues 23
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 18
    • Merge requests 18
  • 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
  • System
  • Indexer
  • Issues
  • #28
Closed
Open
Issue created Aug 02, 2021 by neelesh thakur@nthakurMaintainer

Indexer fails to index when items is missing for array attribute

Steps to reproduce:

Create a schema where array attribute has items missing. Example :-

"Wellbores": {
  "pattern": ".*U1A1NjA3MDM2Mzk5MzUy:.*",
  "description": "The Well ID reference.",
  "x-osdu-relationship": [
    {
      "EntityType": "Wellbore",
      "GroupType": "master-data"
    }
  ],
  "type": "array"
}

What I expected to happen, and what actually happened:

Expected correct attributes in the schema should be indexed and message should be logged for attribute attribute not indexed due to items missing in the attribute for the schema

**Actual **- indexer completed rejected the record.

Assignee
Assign to
Time tracking