Closed Limess closed 4 years ago
Generated SQLs are now only visible in debug mode and not in the default info level.
If you use target-redshift alone: You'll not see credentials in the log any more If you use target-redshift with PipelineWise: You'll still see redshift credentials in some logs when FastSync to Redshift is triggered. Enhancing logging is currently in progress and keep this issue open until it's not fixed everywhere in PipelineWise.
Issue
Currently credentials are logged to stdout:
Where the
*
characters are actual credentials. This is undesirable as it means the keys are propagated to other logging systems, e.g airflow in our case.Expected
Credentials are redacted, likely as
*
characters.