Generate PlantUML¶
1. Generate PlantUML ERD content¶
dbterd run -t plantuml -ad "samples/dbtresto" -s schema:dbt.mart 2023-05-06 08:17:54,413 - dbterd - INFO - Run with dbterd==?.?.? (main.py:54) 2023-05-06 08:17:54,715 - dbterd - INFO - target/output.plantuml (base.py:75)
2. Wrapping UML up to the web server¶
- Go to PlantUML Web Server
- Paste the PlantUML content generated as above
- Wait for a second and get the URL
3. Embedded the PlantUML URL into Markdown¶
Known Limitationđź’ˇ¶
- Plant UML connectors seem not to support to indicate the columns which are related to the Relationship
- Left the question "How to automate the markdown image URL generated?" opened