deeporiginbio / deeporigin-client

Deep Origin CLI and Python client
https://deeporiginbio.github.io/deeporigin-client/
MIT License
9 stars 0 forks source link

fix: dataframe better matches DB #50

Closed sg-s closed 2 months ago

sg-s commented 2 months ago

changes

examples/screenshots

❯ deeporigin config load prod
✔︎ Configuration loaded from /Users/srinivas/.deeporigin/prod.yml

pretty errors:

❯ deeporigin data list
╭──────────────────────────────────────────────────────────────────────╮
│ Invalid configuration                                                │
├──────────────────────────────────────────────────────────────────────┤
│ The Deep Origin CLI and python client requires a valid configuration │
│ file. This field is not valid:  organization_id: must be a string    │
├──────────────────────────────────────────────────────────────────────┤
│ To fix, run `deeporigin config set organization_id <value>`          │
╰──────────────────────────────────────────────────────────────────────╯