Replies: 2 comments 1 reply
-
Thanks @dsmdavid for the good discussion here! Firstly to confirm, no, this ability is not yet available, instead, it's using the column name to label the connector currently. And for the solution to support the customized label of the connector, the Here are some of my observations / suggestions:
👀 Other suggestion? We can start to build it for Mermaid first, and iterate to add for all in general later 👍 Let me know what you think! You'll be more then welcome to take action and raise PR 🙌 Cheers! |
Beta Was this translation helpful? Give feedback.
-
I created a PR #130 with a potential approach - I had intended to create it as a draft for discussion 😅. What do you think?
Each relationship maintains its own ability to keep its original label (based on column names) so it falls on the developer to decide whether to use the label or not (and even to include the column names if they so choose).
I feel this can be quite complex/limiting as different relationships with a similar relationship_type may represent different concepts. On a more general note, not sure if it would be easier to have the whole meta available to use it during the parse by the target, in case there are any more uses for it. Thoughts? |
Beta Was this translation helpful? Give feedback.
-
I'm not sure if this is possible already or not, I just haven't found a way of doing it.
I think it would be useful to be able to customise the labels created in the diagrams. Sometimes the names may be too long and clutter the diagram, and the relationships do not show a concept, but rather the name of the columns checked.
e.g. original
with modified labels:
In my mind this could be derived from
meta
properties. I'm not sure how this works for outputs other than mermaid.Beta Was this translation helpful? Give feedback.
All reactions