Cannot generate weak associations after adding weak-associations.yaml #2112
Unanswered
stalukdar1990
asked this question in
Q&A
Replies: 3 comments
|
@stalukdar1990 Please share sample code, so that I can see what you are doing. |
0 replies
|
Hello, |
0 replies
|
@stalukdar1990 Please explain what you mean by "The problem is only for generating the schema diagram." Are you seeing an exception? What are you seeing in the logs, if you use |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I am trying to generate ER Diagram for a large SQL Server Database for a schema comprising around 1k tables and using schemacrawler v16.16.15 along with Graphviz v2.40
I aint trying for an ERD for entire schema as it will be obviously not that readable, but for a given table\tables.
Input is a single table name\names and the output should show diagrammatic representation for a particular table i.e. only significant columns, such as primary and foreign key columns for this table and directly related tables (having constraint columns).
The database connection works successfully, and also the list view and other attributes work. The problem is only for generating the schema diagram.
The properties file is defined in this structure
All reactions