We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
git clone
Despite the fix in #4507, we're still seeing raw secrets in some exceptions, especially when dbt-core is invoked as a Python module.
dbt-core
CommandResultError
cmd
stdout
stderr
dbt-core/core/dbt/clients/system.py
Line 434 in d1ae9dd
dbt-core/core/dbt/clients/git.py
Lines 30 to 31 in d1ae9dd
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Despite the fix in #4507, we're still seeing raw secrets in some exceptions, especially when
dbt-core
is invoked as a Python module.CommandResultError
(cmd
,stdout
,stderr
), since this can appear in exception tracebacksdbt-core/core/dbt/clients/system.py
Line 434 in d1ae9dd
dbt-core/core/dbt/clients/git.py
Lines 30 to 31 in d1ae9dd
The text was updated successfully, but these errors were encountered: