Something has broken in the use of the erdantic Python package to generate entity relationship diagrams (ERDs) from the EYA DEF pydantic models. The nodes (classes) show correctly, but the edges do not connect things as they should. We have used these diagrams for visualisations of the data models and they have been very useful as a basis for schema review. It would be good to get these diagrams back to render correctly again. It is unclear what has broken.
Something has broken in the use of the
erdantic
Python package to generate entity relationship diagrams (ERDs) from the EYA DEFpydantic
models. The nodes (classes) show correctly, but the edges do not connect things as they should. We have used these diagrams for visualisations of the data models and they have been very useful as a basis for schema review. It would be good to get these diagrams back to render correctly again. It is unclear what has broken.