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
Testing with latest version of Scrapy, I found out that yielding Dataclass objects do not work with scrapy-deltafetch. If the object type is changed to scrapy.item.Item the plugin works as intended.
Has anyone else tried it?
What if using dataclass is necessary?
The text was updated successfully, but these errors were encountered:
This repo seems to be unmaintained. You could make a fork and use your own version. I think it's unlikely that if you make a MR it will be merged, but you could try.
Testing with latest version of Scrapy, I found out that yielding
Dataclass objects
do not work withscrapy-deltafetch
. If the object type is changed toscrapy.item.Item
the plugin works as intended.Has anyone else tried it?
What if using
dataclass
is necessary?The text was updated successfully, but these errors were encountered: