You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hologram package is using jsonschema as validator tool to check class data fields. In the context of Dbt Profile class where password or api key is a field then if there is any wrong input the jsonschema will show all the instance value in plain text.
Example:
In the context of Dbt Redshift profile. If user forget to set the port parameter then the log will show up the password.
The hologram package is using jsonschema as validator tool to check class data fields. In the context of Dbt Profile class where password or api key is a field then if there is any wrong input the jsonschema will show all the instance value in plain text.
Example:
In the context of Dbt Redshift profile. If user forget to set the
port
parameter then the log will show up the password.The text was updated successfully, but these errors were encountered: