Giter VIP home page Giter VIP logo

Comments (3)

zzolo avatar zzolo commented on August 24, 2024

Looking into this more, it seems that scraperwiki.sqlite.save is actually wrapping around dumptruck.insert.

https://github.com/scraperwiki/dumptruck/blob/master/dumptruck/dumptruck.py#L214
https://github.com/scraperwiki/scraperwiki_local/blob/master/scraperwiki/sqlite.py#L24

Unfortunately this doesn't handle UPDATEing, instead of INSERTing if the unique keys are found. This is a bit misleading from the "save" name of the method.

I am still confused on why this would happen locally and not on Cobalt or traditional Scraperwiki. I saw that Cobalt is using the same code that I am.

from scraperwiki-python.

tlevine avatar tlevine commented on August 24, 2024

scraperwiki_local is currently a bit of a hack in that it mostly wraps dumptruck rather than acting exactly like scraperwiki on scraperwiki. The scraperwiki database is bit complicated, so I didn't feel like figuring out all of its quirks when I first wrote it.

Anyway, the problem is indeed that DumpTruck's insert does an insert while scraperwiki does an insert or replace, and scraperwiki_local should be adjusted to do the same in order to replace scraperwiki exactly. (It's not really obvious from the error message.)

For a week or two DumpTruck, contained the insert or replace and other scraperwiki compliance things, and then we moved some of those things to scraperwiki. That might explain the difference based on where you ran the script. I'll comment further when I figure out what was wrong or when we fix this bug.

from scraperwiki-python.

pwaller avatar pwaller commented on August 24, 2024

I'm guessing this was fixed by f90bb8b. If not, please re-open this issue.

from scraperwiki-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.