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