HERA-Team / librarian

The HERA Librarian.
BSD 2-Clause "Simplified" License
6 stars 11 forks source link

add-obs with null-obsid #79

Closed caseyjlaw closed 2 years ago

caseyjlaw commented 2 years ago

I was playing with the librarian and had a specific need to add observations on the server with the librarian for prototyping. While doing that, I found a few bugs in the add-obs code. I also added a way to pass a null-obsid argument to the add-obs CLI. I made a small change to the setup.py that helped me avoid a dependency issue. I can remove that, if you prefer.

caseyjlaw commented 2 years ago

I think my latest push should resolve this. The psychopg2 -> psychopg2-binary change is not a concern?