Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • F File
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 6
    • Merge requests 6
  • 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
  • File
  • Issues
  • #43
Closed
Open
Issue created Sep 02, 2021 by Pramesh Patil@PrameshDeveloper

File service is not ingesting additional metadata

Old Implementation - we have created fixed set of schema for extension properties block and user not able to send additional metadata while posting metadata thought POST endpoint.

Changes - Updated model that accept addition metadata through extensionProperties. example - (NewKey and NewValue added as addition metadata)

"ExtensionProperties": {
           "Classification": "Raw File",
           "newKey" :"newValue",
           "Description": "An text further describing this file example.",
           "ExternalIds": [
               "string"
           ],
           "FileDateCreated": {},
           "FileDateModified": {},
}

MR - !157 (merged)

Edited Sep 02, 2021 by Pramesh Patil
Assignee
Assign to
Time tracking