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 6
    • Issues 6
    • 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
  • Merge requests
  • !11

Merged
Created May 06, 2020 by Antoine Augusti@AntoineAugustiContributor

Filter options passed to Inspector's inspect

  • 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
Reviewer
Request review from
Time tracking
Source branch: filter-options-inspector-inspect

OpenDataFrance.net