Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Add options to omit columns from diagram #78

Closed
syou6162 opened this issue Feb 8, 2024 · 3 comments · Fixed by #77
Closed

[FEAT] Add options to omit columns from diagram #78

syou6162 opened this issue Feb 8, 2024 · 3 comments · Fixed by #77
Labels
enhancement New feature or request

Comments

@syou6162
Copy link
Contributor

syou6162 commented Feb 8, 2024

Is your feature request related to a problem? Please describe.
The table of interest in the ER diagram we want to draw has a very large number of columns. The number of columns can be dozens, making it very difficult to see the relationships between tables in an ER diagram.

Describe the solution you'd like
Add an option to omit columns in the ER diagram to allow output of a diagram without columns. For example, mermaid can only draw relationships between tables.

Describe alternatives you've considered
N/A

Additional context
Add any other context or screenshots about the feature request here.

@syou6162 syou6162 added the triage label Feb 8, 2024
@datnguye datnguye added enhancement New feature or request and removed triage labels Feb 8, 2024
@datnguye
Copy link
Owner

datnguye commented Feb 8, 2024

Thanks @syou6162 for the new great PR again!

Not related to this issue, I am planning to get v1.10 soon, in about within next 2 weeks time. The RCs are:

Let me know if you would have any thing to add. Cheers!

@syou6162
Copy link
Contributor Author

syou6162 commented Feb 8, 2024

@datnguye Thanks for letting us know!

I am using BigQuery as my DWH. BigQuery sometimes has column types that contain < special characters such as Struct<first_name string, last_name string> or column names that contain . special characters, such as name.first_name in column names. Unfortunately, mermaid has a problem rendering markdown with such special characters, and I would like to add a feature to replace them before outputting markdown.

I will send an issue and pull request later!

@datnguye
Copy link
Owner

datnguye commented Feb 8, 2024

v1.10.0b2 is now available ℹ️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants