monarch-initiative / monarch-ingest

Data ingest application for Monarch Initiative knowledge graph using Koza
https://monarchinitiative.org
14 stars 1 forks source link

kghub upload is failing #502

Closed kevinschaper closed 1 year ago

kevinschaper commented 1 year ago

It looks like something is up with the graph stats that is causing this shell command to fail, and unfortunately it failed silently. (maybe sh commands don't propagate errors up?)

+ poetry run ingest release --kghub
2023-07-13_10:20:53 | INFO     | monarch_ingest.cli_utils | Creating dated release: 2023-07-13...
2023-07-13_10:22:44 | ERROR    | monarch_ingest.cli_utils | Oh no! Something went wrong:

  RAN: /usr/bin/mv merged_graph_stats.yaml stats

  STDOUT:

  STDERR:
/usr/bin/mv: cannot stat 'merged_graph_stats.yaml': No such file or directory

kevinschaper commented 1 year ago

Fixed by #501