You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is rather than the still running tasks being lost among all the scrolling RUN/SUCCESS/PASS/SKIP lines, that the currently running tasks are pinned to the visible/bottom part of the terminal, and the completed tasks scroll up as they always have. I use a script that I pipe dbt's output through to do it for me and I find it very useful. So I'm just putting it out there as an idea for discussion as to whether or not it is worth suggesting as a feature. It would need to have a command line parameter to enable it so that it didn't cause mess in build logs in CI, for example.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The idea is rather than the still running tasks being lost among all the scrolling RUN/SUCCESS/PASS/SKIP lines, that the currently running tasks are pinned to the visible/bottom part of the terminal, and the completed tasks scroll up as they always have. I use a script that I pipe dbt's output through to do it for me and I find it very useful. So I'm just putting it out there as an idea for discussion as to whether or not it is worth suggesting as a feature. It would need to have a command line parameter to enable it so that it didn't cause mess in build logs in CI, for example.
Doing a
dbt build --full-refresh
.pin_currently_running_to_bottom.mp4
Beta Was this translation helpful? Give feedback.
All reactions