This is a known issue, and for the sake of development ease leaving this until other priorities are addressed. For reference:
$ poetry run mkdocs serve --dev-addr=0.0.0.0:8080
raises a warning
INFO - kroki.plugin reading kroki block from file:
"/Users/grees/code/lib_metadata_db/docs/assets/sql_structure.dot"
ERROR - kroki.client HTTPConnectionPool(host='kroki', port=9100): Max retries
exceeded with url:
...
And will render the database schema like:
When run via docker compose -f local.yml the correct rendering at the time of writing should resemble:
This is a known issue, and for the sake of development ease leaving this until other priorities are addressed. For reference:
raises a warning
And will render the database schema like:
When run via
docker compose -f local.yml
the correct rendering at the time of writing should resemble: