ERD Diagram and database Lineage in local deployment #20117
-
Hello, I've seen that ERD diagram view in the OpenMetadata sandbox but can't seem to find it in my local deployment. I deployed version 1.6.5 using the standard docker compose (MySQL) and have connected a MySQL database with various tables but there's no ERD view available. For that matter, in the sandbox I can see a lineage view for a full data base listing all the tables and lineage between them. However, in my local deployment I can only see the Lineage tab for a single Table at a time. How can I get the full DB view in my local deployment? I can't see to find any documentation or discussions about these things anywhere... Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@tmaoz ER Diagram is a Collate only feature it is not available in OSS version. |
Beta Was this translation helpful? Give feedback.
@tmaoz ER Diagram is a Collate only feature it is not available in OSS version.
Regarding Lineage, You need to configure Lineage ingestion, refer to the docs.
You can also reach out in Slack Support for further debugging on the Lineage issue