Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • V Validata Core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 12
    • Issues 12
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Validata
  • Validata Core
  • Issues
  • #11
Closed
Open
Created Apr 16, 2020 by Antoine Augusti@AntoineAugustiContributor

Pass custom options to Goodtables Inspector

Currently, options passed to the Goodtables' Inspector are hardcoded and can't be passed through the validate method.

I'd like to pass an option here, especially the error_limit value. Otherwise, the default is used and it's sometimes too low (it's 1000).

There is already the option to pass an options dict to the validate method but it's passed to the inspect method of the Inspector, not the constructor.

Relevant line: https://git.opendatafrance.net/validata/validata-core/-/blob/master/validata_core/__init__.py#L342

Assignee
Assign to
Time tracking

OpenDataFrance.net