Eli
Results
1
comments of
Eli
It's odd since the example here https://github.com/sqlalchemy/sqlalchemy/wiki/SchemaDisplay shows crows feet Calling graph = create_schema_graph( metadata=metadata_obj, rankdir='LR', relation_options={'arrowType': 'crow', 'arrowhead': 'crow', 'arrowtail': 'crow'}, show_column_keys=True, ) also results in TypeError: pydot.Edge() got...