Skip to content

Commit

Permalink
Update type for printer_width param in class DbtProfileConfigVars to int
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicaschueler committed Sep 4, 2024
1 parent 1f1fc61 commit 64536d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmos/profiles/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class DbtProfileConfigVars:
partial_parse: Optional[bool] = None
use_experimental_parser: Optional[bool] = None
static_parser: Optional[bool] = None
printer_width: Optional[bool] = None
printer_width: Optional[int] = None
write_json: Optional[bool] = None
warn_error: Optional[bool] = None
warn_error_options: Optional[Dict[Literal["include", "exclude"], Any]] = None
Expand Down

0 comments on commit 64536d4

Please sign in to comment.