You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allows injecting an optional cache path to the WebScraperStage. If `cache_path` is not None, it uses the path as the path for the response caching system's sqllite database. If `cache_path` is None, the response caching system is bypassed.
Closes#1355
Authors:
- Christopher Harris (https://github.com/cwharris)
Approvers:
- Devin Robison (https://github.com/drobison00)
URL: #1358
Version
23.11
Which installation method(s) does this occur on?
Source
Describe the bug.
This value should be exposed as a constructor argument, it also hard-codes the name of the cache db from the RSSSourceStage.
Minimum reproducible example
No response
Relevant log output
Click here to see error details
Full env printout
Click here to see environment details
Other/Misc.
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: