Make printer width configurable #1026
Labels
enhancement
New feature or request
good_first_issue
Straightforward + self-contained changes, good for new contributors!
Milestone
Feature
Feature description
When executing,
dbt run
, I find that the printer width (hardcoded to 80) is too small given the length of my schema and table names. I would like to make this configurable so that the results (RUN, SUCCESS, FAIL, SKIP) align in a column on the right-hand side instead of being staggered.Here is the relevant line:
https://github.com/fishtown-analytics/dbt/blob/6454a81593e0311ac1d796b43f95a32cb8be4b53/dbt/ui/printer.py#L62
Example
default width of 80
hand-updated width of 120
Who will this benefit?
Anyone else who has long names and wants more readable console output.
The text was updated successfully, but these errors were encountered: