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

Add option to visualize metadata with only table names #347

Closed
csala opened this issue Mar 19, 2021 · 0 comments · Fixed by #349
Closed

Add option to visualize metadata with only table names #347

csala opened this issue Mar 19, 2021 · 0 comments · Fixed by #349
Assignees
Labels
feature request Request for a new feature
Milestone

Comments

@csala
Copy link
Contributor

csala commented Mar 19, 2021

Problem Description

The current metadata can be visualized either showing all the details, including table names, fields and keys, or showing no text at all (each table is just a box).

It would be convenient to have an intermediate format which indicates the name of each table and nothing else.

Expected behavior

The new feature could be accessed as follows:

metadata.visualize(names=True, details=True)   # showing everything. This is the default
metadata.visualize()   # same as the line above
metadata.visualize(names=False)   # shows no names at all, just empty boxes
metadata.visualize(names=False, details=True)  # shows table names, but no details
@csala csala added the feature request Request for a new feature label Mar 19, 2021
@pvk-developer pvk-developer added this to the 0.9.0 milestone Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request for a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants