Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gde-core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Dynamic ExposureDynamic Exposure
  • Global Dynamic ExposureGlobal Dynamic Exposure
  • gde-core
  • Merge requests
  • !3

Added feature to read and interpret exposure entities to run

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Cecilia Nievas requested to merge feature/entities into master Mar 25, 2022
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 12

The exposure entities to run can be indicated in different ways (via the exposure_entities_to_run parameter in the config file):

  • asking gde-core to retrieve all exposure entities associated with the aggregated_source_id of the aggregated model selected to run
  • writing the names of the exposure entities in the config file
  • writing the names of the exposure entities in a CSV file whose name is indicated in the config file
  • writing the names of the exposure entities in a TXT file whose name is indicated in the config file

The "conversion" of names to codes is handled by the exposure_entities_code parameter in the config file.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/entities