We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Our tree_display output gets very unwieldy when we have really wide schemas (thousands of columns).
tree_display
There are a few ways we can handle this.
E.g.
tree_display(verbose: bool)
The text was updated successfully, but these errors were encountered:
If the children are named (e.g. _hoodie_commit_time) and nicely formatted on newlines, then I think we should do #2
Sorry, something went wrong.
No branches or pull requests
Our
tree_display
output gets very unwieldy when we have really wide schemas (thousands of columns).There are a few ways we can handle this.
E.g.
tree_display(verbose: bool)
The text was updated successfully, but these errors were encountered: