Skip to content
Snippets Groups Projects

Option to select only specified sources.

Open Oleksii Turkot requested to merge feat/select-sources into master
1 unresolved thread

Can be useful to prepare a back-up of selected sources, for example if only 1 or 2 slow data sources from 'raw' are required for the analysis.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
14 14 'Manual removal',
15 15 'Allows to manually remove sources, keys or trains.')
16 16
17 group.add_argument(
17 sources_group = group.add_mutually_exclusive_group()
  • Why do these require to be mutually exclusive? Does something break?

    It would not be unthinkable to run in --output-scope aggregator mode, remove some sources from one aggregator and select sources from another (which is equivalent to remove all others from that aggregator).

  • Please register or sign in to reply
  • Thanks, I like the idea and it fits into the flexible nature of exdf-reduce to rewrite files for any purpose.

    Unfortunately the merger of !6 (merged) changed the structure for reduction instructions, could you have a look?

  • Please register or sign in to reply
    Loading