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
I have searched the existing issues, and I could not find an existing issue for this feature
I am requesting a straightforward extension of existing dbt-snowflake functionality, rather than a Big Idea better suited to a discussion
Describe the feature
In #378, redaction was added for duplicate row DML. We have recently discovered a second type of error — duplicate field key — which can leak sensitive data into logs. Here's an example of what an error looks like:
Duplicate field key 'my raw string goes here'
I'd like to propose adding similar redacting to this use case. I've also contact Snowflake to confirm whether there are other related errors we may need to handle.
Describe alternatives you've considered
Wrap dbt and redact the logs before they hit downstream alerting tools.
Who will this benefit?
Anyone wanting to stop data leaking into their logs.
Are you interested in contributing this feature?
Absolutely
Anything else?
No response
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
[Feature] Redact raw data from Duplicate Field Key Error
[ADAP-886] [Feature] Redact raw data from Duplicate Field Key Error
Sep 14, 2023
Is this your first time submitting a feature request?
Describe the feature
In #378, redaction was added for duplicate row DML. We have recently discovered a second type of error — duplicate field key — which can leak sensitive data into logs. Here's an example of what an error looks like:
I'd like to propose adding similar redacting to this use case. I've also contact Snowflake to confirm whether there are other related errors we may need to handle.
Describe alternatives you've considered
Wrap dbt and redact the logs before they hit downstream alerting tools.
Who will this benefit?
Anyone wanting to stop data leaking into their logs.
Are you interested in contributing this feature?
Absolutely
Anything else?
No response
The text was updated successfully, but these errors were encountered: