Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
V
Validata Core
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Validata
  • Validata Core
  • Merge Requests
  • !10

Merged
Opened Apr 24, 2020 by Antoine Augusti@AntoineAugustiContributor

Pass options to Inspector's init

  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

Relates to #11 (closed)

This is a possible implementation. The issue arises because options are accepted:

  • at the init level of the Inspector
  • at the inspect level of the Inspector

Currently, options are only passed to the inspect method of the Inspector, making it impossible to override things like the maximum number of errors (limit is fixed at 1000 by goodtables).

This implementation uses a single options dict and extracts the relevant keys to be passed to the init method.

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: validata/validata-core!10
Source branch: inspector-init-options

OpenDataFrance.net