Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • SaQC SaQC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 37
    • Issues 37
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • 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
  • rdm-software
  • SaQCSaQC
  • Merge requests
  • !609

Make the field parameter optional.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open David Schäfer requested to merge optional_field into develop Jan 23, 2023
  • Overview 3
  • Commits 5
  • Pipelines 4
  • Changes 3

With field=None the given function will be executed on all variables in saqc.data. Unfortunately the type hints don't reflect this change, because of limitations in python decorator typing (see comment of saqc.core.register.register.outer`).

Solves #385

Edited Jan 23, 2023 by David Schäfer
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: optional_field