Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • V Validata Core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 10
    • Issues 10
    • 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
  • ValidataValidata
  • Validata Core
  • Merge requests
  • !11

Filter options passed to Inspector's inspect

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Antoine Augusti requested to merge AntoineAugusti/validata-core:filter-options-inspector-inspect into master May 06, 2020
  • Overview 2
  • Commits 2
  • Pipelines 2
  • Changes 1

A follow-up of !10 (merged)

If some options are not supported by the inspect method the Inspector, it'll produce a warning at runtime

/Users/antoineaugusti/Documents/monitor-consolidation/venv/lib/python3.7/site-packages/tabulator/stream.py:366: UserWarning: Not supported option(s) "error_limit" for scheme "https" and format "csv"
  warnings.warn(message, UserWarning)
/Users/antoineaugusti/Documents/monitor-consolidation/venv/lib/python3.7/site-packages/tabulator/stream.py:366: UserWarning: Not supported option(s) "error_limit" for scheme "stream" and format "inline"
  warnings.warn(message, UserWarning)

This PR introduces another filter for options passed to the inspect method

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: filter-options-inspector-inspect

OpenDataFrance.net