Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Jira
    • Jira
  • Merge requests 138
    • Merge requests 138
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • atlasatlas
  • athenaathena
  • Merge requests
  • !61368

Restructuring the CA MetaData Configuration

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Alaettin Serhan Mete requested to merge amete/athena:master-metadata-restructure into 23.0 Mar 08, 2023
  • Overview 86
  • Commits 14
  • Pipelines 8
  • Changes 10

The goal of this MR is to remove all (with some exceptions) of the MetaData related configuration bits out of the main OutputStreamConfig. Then, each job/skeleton can configure whatever MetaData that particular workflow wants to write out independently. So, after this MR is accepted:

  • Merely configuring OutputStreamConfig will not magically add any MetaData to the output file,
  • Each job/workflow needs to add InfileMetaDataCfg in the dedicated steering/skeleton.

Once we have this in, we can start about making things more modular (i.e. split InfileMetaDataCfg into dedicated bits etc.), configuring items/components more "elegantly" (perhaps through flags and/or other means).

cc: @gemmeren @maszyman @mnowak

Edited Mar 10, 2023 by Alaettin Serhan Mete
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: master-metadata-restructure