You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 multiple values for keyword argument 'arrowhead' and TypeError: pydot.Edge() got multiple values for keyword argument 'arrowtail'
'arrowType': 'crow' also doesn't update the arrows
It would be useful if the display used the standard crows foot notation, eg as per https://www.codeproject.com/Articles/878359/Data-modelling-using-ERD-with-Crow-Foot-Notation .
The text was updated successfully, but these errors were encountered: