Giter Site home page Giter Site logo

Comments (5)

ethanwhite avatar ethanwhite commented on July 20, 2024

Thanks Brady. I can confirm this same error on 11.04.

from retriever.

ethanwhite avatar ethanwhite commented on July 20, 2024

So it's a problem with the Species table, which is a perennial hassle since we have to parse it from a poorly formated text file. It works on the other database management systems so this is some little oddity with Postgres. We're working on running that down, but if you want everything but the Species table there's a quick work around, which is to edit the script to get rid of the species table import. I've done this and tested it so if you'd like the quick fix let me know and I can send you the modified script. You just drop it in the scripts folder that the Retriever creates, run the retriever again, and use the special BBS option.

from retriever.

ethanwhite avatar ethanwhite commented on July 20, 2024

The problem appears to be larger than the species table in that the tables do not appear to exist in Postgres even when everything is successful. This holds true for other datasets as well.

from retriever.

bendmorris avatar bendmorris commented on July 20, 2024

Brady, are you using "\d" to try and find the tables? Try typing "\dn" in the psql prompt or running a query like "SELECT * FROM bbs.routes;" and let me know if it doesn't work.

from retriever.

allredbw avatar allredbw commented on July 20, 2024

Ben,

Yep, I always make the silly mistakes. I kept using "\dt" to show tables, but the "bbs" schema wasn't in my search path (this isn't the first time this has happened to me, I need to remember better). The data were always there. After altering the search path to include "bbs", the tables are easily shown, but of course you knew that :-) Thanks. I'll continue to monitor for a fix to the species table.

from retriever.

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.