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

Better support for long lists of indirectly modified models printed in CLI output #1992

Open
izeigerman opened this issue Jan 19, 2024 · 0 comments
Labels
Improvement Improves existing functionality

Comments

@izeigerman
Copy link
Member

Sometimes a directly modified model may be associated with 100s indirectly modified downstream models.

When this happens the output becomes cumbersome and overwhelming to a user. We need to revisit how we print out the directly / indirectly modified trees and potentially omit model names once their total number exceeds a certain threshold.

For example one way to present a really long list could look like this:

Summary of differences against `prod`:
Models:
├── Directly Modified:
│   └── sushi.orders
└── Indirectly Modified:
    ├── sushi.waiter_revenue_by_day
    ├── ... N more ....
    └── sushi.top_waiters
@izeigerman izeigerman added the Improvement Improves existing functionality label Jan 19, 2024
@izeigerman izeigerman changed the title Shorten the list of indirectly modified models printed in CLI output Better support for long lists of indirectly modified models printed in CLI output Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Improves existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant