feat: Key-value store context helpers by janbuchar · Pull Request #584 · apify/crawlee-python

@janbuchar

@janbuchar added t-tooling

Issues with this label are in the ownership of the tooling team.

adhoc

Ad-hoc unplanned task added during the sprint.

labels

Oct 10, 2024

@janbuchar

vdusek

deshansh pushed a commit to deshansh/crawlee-python that referenced this pull request

Oct 19, 2024
- This adds a `get_key_value_store(id, name)` context helper to
`BasicCrawlingContext`
- Also, push_data calls are held until the request handler terminates
successfully (same as in JS version)
    - This is necessary for adaptive crawling (apify#249), among other things