[CT-3286] [Bug] quiet
setting is ignored for multiple programmatic invocations
#8938
Closed
2 tasks done
Labels
Is this a new bug in dbt-core?
Current Behavior
When running multiple programmatic invocations with the
quiet
flag, the 1st invocation honors a--quiet
flag, but subsequent ones do not.The net effect is not having all the JSON event logs that were expected.
Expected Behavior
I expected the flag to be recognized and applied.
Steps To Reproduce
1. Create this Python script:
2. Then execute it:
3. Examine your logs in
logs/dbt.log
Relevant log output
Environment
Which database adapter are you using with dbt?
postgres
Additional Context
Found this issue when trying to reproduce a bug report: #8866 (comment).
The text was updated successfully, but these errors were encountered: